Merge pull request #2082 from edwardhartnett/ejh_hdf5_12

added 1.12.1 to hdf5 versions built by GitHub actions
This commit is contained in:
Ward Fisher 2021-08-20 10:28:08 -06:00 committed by GitHub
commit 12b9c9049b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
hdf5: [ 1.8.21, 1.10.1, 1.10.7 ]
hdf5: [ 1.8.21, 1.10.1, 1.10.7, 1.12.1 ]
steps:
@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
hdf5: [ 1.8.21, 1.10.1, 1.10.7 ]
hdf5: [ 1.8.21, 1.10.1, 1.10.7, 1.12.1 ]
use_nc4: [ nc3, nc4 ]
use_dap: [ dap_off, dap_on ]
use_nczarr: [ nczarr_off, nczarr_on ]
@ -169,7 +169,7 @@ jobs:
strategy:
matrix:
hdf5: [ 1.8.21, 1.10.1, 1.10.7 ]
hdf5: [ 1.8.21, 1.10.1, 1.10.7, 1.12.1 ]
use_nc4: [ nc3, nc4 ]
use_dap: [ dap_off, dap_on ]
use_nczarr: [ nczarr_off, nczarr_on ]