Skip to content

Commit

Permalink
add gdal 3.8 to gha tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Dec 20, 2023
1 parent 50ce7da commit 41946e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
gdal: [ 'release/3.5', 'release/3.6', 'release/3.7', 'master' ]
gdal: [ 'release/3.5', 'release/3.6', 'release/3.7', 'release/3.8', 'master' ]
steps:
- name: optgdal
run: sudo mkdir /optgdal && sudo chown -R $USER /optgdal
Expand All @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
go: [ '1.20', '1.21' ]
gdal: [ 'release/3.5', 'release/3.6', 'release/3.7', 'master' ]
gdal: [ 'release/3.5', 'release/3.6', 'release/3.7', 'release/3.8', 'master' ]
name: Go ${{ matrix.go }} + GDAL ${{ matrix.gdal }} test
steps:
- name: APT
Expand Down

0 comments on commit 41946e3

Please sign in to comment.