From d514ca6c4e63d1631d186cccaafbc811afd48436 Mon Sep 17 00:00:00 2001 From: Chris Muthig Date: Tue, 7 Oct 2025 09:11:36 -0600 Subject: [PATCH] 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" --- .github/workflows/postgis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: