diff --git a/.github/workflows/run_tests_osx.yml b/.github/workflows/run_tests_osx.yml index 7919887794..fc73521c85 100644 --- a/.github/workflows/run_tests_osx.yml +++ b/.github/workflows/run_tests_osx.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - hdf5: [ 1.12.1 ] + hdf5: [ 1.12.2 ] steps: @@ -54,8 +54,8 @@ jobs: strategy: matrix: - hdf5: [ 1.12.1 ] - #hdf5: [ 1.8.21, 1.10.1, 1.10.7, 1.12.1 ] + hdf5: [ 1.12.2 ] + #hdf5: [ 1.8.21, 1.10.1, 1.10.7, 1.12.2 ] use_nc4: [ nc3, nc4 ] use_dap: [ dap_off, dap_on ] use_nczarr: [ nczarr_off, nczarr_on ] @@ -161,7 +161,7 @@ jobs: strategy: matrix: - hdf5: [ 1.12.1 ] + hdf5: [ 1.12.2 ] use_nc4: [ nc3, nc4 ] use_dap: [ dap_off, dap_on ] use_nczarr: [ nczarr_off, nczarr_on ] @@ -257,7 +257,7 @@ jobs: strategy: matrix: - hdf5: [ 1.12.1 ] + hdf5: [ 1.12.2 ] steps: - uses: actions/checkout@v2 @@ -338,7 +338,7 @@ jobs: strategy: matrix: - hdf5: [ 1.12.1 ] + hdf5: [ 1.12.2 ] steps: diff --git a/.github/workflows/run_tests_ubuntu.yml b/.github/workflows/run_tests_ubuntu.yml index b9aaa5e13f..618c13ed2f 100644 --- a/.github/workflows/run_tests_ubuntu.yml +++ b/.github/workflows/run_tests_ubuntu.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - hdf5: [ 1.8.22, 1.10.8, 1.12.1 ] + hdf5: [ 1.8.22, 1.10.8, 1.12.2 ] steps: @@ -61,7 +61,7 @@ jobs: strategy: matrix: - hdf5: [ 1.12.1 ] + hdf5: [ 1.12.2 ] steps: @@ -121,7 +121,7 @@ jobs: strategy: matrix: - hdf5: [ 1.12.1 ] + hdf5: [ 1.12.2 ] steps: - uses: actions/checkout@v2 @@ -201,7 +201,7 @@ jobs: strategy: matrix: - hdf5: [ 1.12.1 ] + hdf5: [ 1.12.2 ] steps: - uses: actions/checkout@v2 @@ -281,7 +281,7 @@ jobs: strategy: matrix: - hdf5: [ 1.12.1 ] + hdf5: [ 1.12.2 ] steps: @@ -361,7 +361,7 @@ jobs: strategy: matrix: - hdf5: [ 1.12.1 ] + hdf5: [ 1.12.2 ] steps: @@ -438,7 +438,7 @@ jobs: strategy: matrix: - hdf5: [ 1.8.22, 1.10.8, 1.12.1 ] + hdf5: [ 1.8.22, 1.10.8, 1.12.2 ] use_nc4: [ nc3, nc4 ] use_dap: [ dap_off, dap_on ] use_nczarr: [ nczarr_off, nczarr_on ] @@ -545,7 +545,7 @@ jobs: strategy: matrix: - hdf5: [ 1.8.22, 1.10.8, 1.12.1 ] + hdf5: [ 1.8.22, 1.10.8, 1.12.2 ] use_nc4: [ nc3, nc4 ] use_dap: [ dap_off, dap_on ] use_nczarr: [ nczarr_off, nczarr_on ]