mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
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:
commit
12b9c9049b
6
.github/workflows/run_tests.yml
vendored
6
.github/workflows/run_tests.yml
vendored
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user