Skip to content

Commit 5f3de85

Browse files
authored
Merge pull request #2194 from WardF/update-hdf5-github-actions.wif
Collapse and update the HDF5 versions being tested on Github Actions.
2 parents 850c4e8 + 6d5305a commit 5f3de85

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/run_tests_ubuntu.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Build hdf4, hdf5 dependencies and cache them in a combined directory.
33
###
44

5-
name: Run netCDF Tests
5+
name: Run Ubuntu/Linux netCDF Tests
66

77
on: [ pull_request ]
88

@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
hdf5: [ 1.8.21, 1.10.1, 1.10.7, 1.12.1 ]
18+
hdf5: [ 1.8.21, 1.10.8, 1.12.1 ]
1919

2020
steps:
2121

@@ -62,7 +62,7 @@ jobs:
6262

6363
strategy:
6464
matrix:
65-
hdf5: [ 1.8.21, 1.10.1, 1.10.7, 1.12.1 ]
65+
hdf5: [ 1.8.21, 1.10.8, 1.12.1 ]
6666
use_nc4: [ nc3, nc4 ]
6767
use_dap: [ dap_off, dap_on ]
6868
use_nczarr: [ nczarr_off, nczarr_on ]
@@ -169,7 +169,7 @@ jobs:
169169

170170
strategy:
171171
matrix:
172-
hdf5: [ 1.8.21, 1.10.1, 1.10.7, 1.12.1 ]
172+
hdf5: [ 1.8.21, 1.10.8, 1.12.1 ]
173173
use_nc4: [ nc3, nc4 ]
174174
use_dap: [ dap_off, dap_on ]
175175
use_nczarr: [ nczarr_off, nczarr_on ]
@@ -269,7 +269,7 @@ jobs:
269269

270270
strategy:
271271
matrix:
272-
hdf5: [ 1.10.7 ]
272+
hdf5: [ 1.12.1 ]
273273
steps:
274274

275275
- uses: actions/checkout@v2
@@ -350,7 +350,7 @@ jobs:
350350

351351
strategy:
352352
matrix:
353-
hdf5: [ 1.10.7]
353+
hdf5: [ 1.12.1 ]
354354

355355
steps:
356356

0 commit comments

Comments
 (0)