|
2 | 2 | # Build hdf4, hdf5 dependencies and cache them in a combined directory. |
3 | 3 | ### |
4 | 4 |
|
5 | | -name: Run netCDF Tests |
| 5 | +name: Run Ubuntu/Linux netCDF Tests |
6 | 6 |
|
7 | 7 | on: [ pull_request ] |
8 | 8 |
|
|
15 | 15 |
|
16 | 16 | strategy: |
17 | 17 | 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 ] |
19 | 19 |
|
20 | 20 | steps: |
21 | 21 |
|
|
62 | 62 |
|
63 | 63 | strategy: |
64 | 64 | 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 ] |
66 | 66 | use_nc4: [ nc3, nc4 ] |
67 | 67 | use_dap: [ dap_off, dap_on ] |
68 | 68 | use_nczarr: [ nczarr_off, nczarr_on ] |
@@ -169,7 +169,7 @@ jobs: |
169 | 169 |
|
170 | 170 | strategy: |
171 | 171 | 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 ] |
173 | 173 | use_nc4: [ nc3, nc4 ] |
174 | 174 | use_dap: [ dap_off, dap_on ] |
175 | 175 | use_nczarr: [ nczarr_off, nczarr_on ] |
@@ -269,7 +269,7 @@ jobs: |
269 | 269 |
|
270 | 270 | strategy: |
271 | 271 | matrix: |
272 | | - hdf5: [ 1.10.7 ] |
| 272 | + hdf5: [ 1.12.1 ] |
273 | 273 | steps: |
274 | 274 |
|
275 | 275 | - uses: actions/checkout@v2 |
@@ -350,7 +350,7 @@ jobs: |
350 | 350 |
|
351 | 351 | strategy: |
352 | 352 | matrix: |
353 | | - hdf5: [ 1.10.7] |
| 353 | + hdf5: [ 1.12.1 ] |
354 | 354 |
|
355 | 355 | steps: |
356 | 356 |
|
|
0 commit comments