mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
Added 1.0.1 to test matrix in support of https://github.com/Unidata/netcdf-c/pull/1931#issuecomment-804312933
This commit is contained in:
parent
85f3abb515
commit
95719addd2
6
.github/workflows/run_tests.yml
vendored
6
.github/workflows/run_tests.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
hdf5: [ 1.8.21, 1.10.7 ]
|
hdf5: [ 1.8.21, 1.10.1, 1.10.7 ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
hdf5: [ 1.8.21, 1.10.7 ]
|
hdf5: [ 1.8.21, 1.10.1, 1.10.7 ]
|
||||||
use_nc4: [ nc3, nc4 ]
|
use_nc4: [ nc3, nc4 ]
|
||||||
use_dap: [ dap_off, dap_on ]
|
use_dap: [ dap_off, dap_on ]
|
||||||
use_nczarr: [ nczarr_off, nczarr_on ]
|
use_nczarr: [ nczarr_off, nczarr_on ]
|
||||||
@ -160,7 +160,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
hdf5: [ 1.8.21, 1.10.7 ]
|
hdf5: [ 1.8.21, 1.10.1, 1.10.7 ]
|
||||||
use_nc4: [ nc3, nc4 ]
|
use_nc4: [ nc3, nc4 ]
|
||||||
use_dap: [ dap_off, dap_on ]
|
use_dap: [ dap_off, dap_on ]
|
||||||
use_nczarr: [ nczarr_off, nczarr_on ]
|
use_nczarr: [ nczarr_off, nczarr_on ]
|
||||||
|
Loading…
Reference in New Issue
Block a user