Skip to content

Commit

Permalink
Merge pull request #2661 from WardF/hdf5-1.14.0-ci.wif
Browse files Browse the repository at this point in the history
Add hdf5 1.14.0 to GitHub CI.
  • Loading branch information
WardF committed Mar 14, 2023
2 parents 97dbb4f + 331ed2b commit 43abd69
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/run_tests_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.12.2 ]
hdf5: [ 1.12.2, 1.14.0 ]

steps:

Expand Down Expand Up @@ -54,8 +54,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.12.2 ]
#hdf5: [ 1.8.21, 1.10.1, 1.10.7, 1.12.2 ]
hdf5: [ 1.12.2, 1.14.0 ]
use_nc4: [ nc3, nc4 ]
use_dap: [ dap_off, dap_on ]
use_nczarr: [ nczarr_off, nczarr_on ]
Expand Down Expand Up @@ -161,7 +160,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.12.2 ]
hdf5: [ 1.12.2, 1.14.0 ]
use_nc4: [ nc3, nc4 ]
use_dap: [ dap_off, dap_on ]
use_nczarr: [ nczarr_off, nczarr_on ]
Expand Down Expand Up @@ -257,7 +256,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.12.2 ]
hdf5: [ 1.12.2, 1.14.0 ]
steps:

- uses: actions/checkout@v3
Expand Down Expand Up @@ -338,7 +337,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.12.2 ]
hdf5: [ 1.12.2, 1.14.0 ]

steps:

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/run_tests_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.8.22, 1.10.8, 1.12.2 ]
hdf5: [ 1.10.8, 1.12.2, 1.14.0 ]

steps:

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.12.2 ]
hdf5: [ 1.14.0 ]

steps:

Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.12.2 ]
hdf5: [ 1.14.0 ]
steps:

- uses: actions/checkout@v3
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.12.2 ]
hdf5: [ 1.14.0 ]
steps:

- uses: actions/checkout@v3
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.12.2 ]
hdf5: [ 1.14.0 ]

steps:

Expand Down Expand Up @@ -365,7 +365,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.12.2 ]
hdf5: [ 1.14.0 ]

steps:

Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.8.22, 1.10.8, 1.12.2 ]
hdf5: [1.10.8, 1.12.2, 1.14.0 ]
use_nc4: [ nc3, nc4 ]
use_dap: [ dap_off, dap_on ]
use_nczarr: [ nczarr_off, nczarr_on ]
Expand Down Expand Up @@ -541,7 +541,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.8.22, 1.10.8, 1.12.2 ]
hdf5: [ 1.10.8, 1.12.2, 1.14.0 ]
use_nc4: [ nc3, nc4 ]
use_dap: [ dap_off, dap_on ]
use_nczarr: [ nczarr_off, nczarr_on ]
Expand Down

0 comments on commit 43abd69

Please sign in to comment.