Skip to content

Commit

Permalink
bump gdal
Browse files Browse the repository at this point in the history
  • Loading branch information
botenvouwer committed Jul 12, 2024
1 parent 7fe3071 commit fe9a542
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04] # no ubuntugis @ ubuntu-24.04
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04] # no ubuntugis @ ubuntu-24.04
python-version: ['3.11', '3.10', '3.9', '3.8', '3.7'] # , '3.6'] <- 3.6 needs setup.cfg
gdal-version: ['3.4', '3.6'] # TODO: gdal 3.6 is still unstable.
gdal-version: ['3.4', '3.6.2', '3.9.1'] # TODO: gdal 3.6 is still unstable.
exclude:
- os: ubuntu-24.04
python-version: '3.8'
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GDAL_VERSION=3.6.2
ARG GDAL_VERSION=3.9.1

FROM osgeo/gdal:alpine-normal-${GDAL_VERSION} AS base
FROM ghcr.io/osgeo/gdal:alpine-normal-${GDAL_VERSION} AS base

LABEL maintainer="Roel van den Berg <[email protected]>"

Expand Down

0 comments on commit fe9a542

Please sign in to comment.