mirror of
https://github.com/django/django.git
synced 2025-10-09 14:59:24 +00:00
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"
This commit is contained in:
parent
4a8ca8bd69
commit
d514ca6c4e
2
.github/workflows/postgis.yml
vendored
2
.github/workflows/postgis.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user