summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChris Muthig <camuthig@gmail.com>2025-10-07 09:11:36 -0600
committernessita <124304+nessita@users.noreply.github.com>2025-10-08 11:52:32 -0300
commitd514ca6c4e63d1631d186cccaafbc811afd48436 (patch)
treeffb983011aadf685a7c1e0b7a3b2cfcace28045f /.github
parent4a8ca8bd6906b705c4445bc915d71beda2fc4b84 (diff)
Refs #36595 -- Extended "postgis" GitHub Action to run against PostGIS 3.6.
Changed image exercise these versions: * latest: POSTGIS="3.5.2 dea6d0a" PGSQL="170" GEOS="3.9.0-CAPI-1.16.2" PROJ="7.2.1" * 17-master: POSTGIS="3.7.0dev 3.6.0rc2-55-gfda22140e" PGSQL="170" GEOS="3.15.0dev-CAPI-1.21.0" PROJ="9.8.0" * 18-3.6-alpine: POSTGIS="3.6.0 0" PGSQL="180" GEOS="3.13.1-CAPI-1.19.2" PROJ="9.6.0"
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/postgis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/postgis.yml b/.github/workflows/postgis.yml
index c19b19b8a4..1df146cd3e 100644
--- a/.github/workflows/postgis.yml
+++ b/.github/workflows/postgis.yml
@@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- postgis-version: [latest, "17-3.5-alpine", "17-master"]
+ postgis-version: ["latest", "18-3.6-alpine", "17-master"]
name: PostGIS ${{ matrix.postgis-version }}
services:
postgres: