Merge pull request #2194 from WardF/update-hdf5-github-actions.wif

Collapse and update the HDF5 versions being tested on Github Actions.
This commit is contained in:
Ward Fisher 2022-01-21 10:34:06 -07:00 committed by GitHub
commit 5f3de855e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
# Build hdf4, hdf5 dependencies and cache them in a combined directory.
###
name: Run netCDF Tests
name: Run Ubuntu/Linux netCDF Tests
on: [ pull_request ]
@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
hdf5: [ 1.8.21, 1.10.1, 1.10.7, 1.12.1 ]
hdf5: [ 1.8.21, 1.10.8, 1.12.1 ]
steps:
@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
hdf5: [ 1.8.21, 1.10.1, 1.10.7, 1.12.1 ]
hdf5: [ 1.8.21, 1.10.8, 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, 1.12.1 ]
hdf5: [ 1.8.21, 1.10.8, 1.12.1 ]
use_nc4: [ nc3, nc4 ]
use_dap: [ dap_off, dap_on ]
use_nczarr: [ nczarr_off, nczarr_on ]
@ -269,7 +269,7 @@ jobs:
strategy:
matrix:
hdf5: [ 1.10.7 ]
hdf5: [ 1.12.1 ]
steps:
- uses: actions/checkout@v2
@ -350,7 +350,7 @@ jobs:
strategy:
matrix:
hdf5: [ 1.10.7]
hdf5: [ 1.12.1 ]
steps: