summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/postgis.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/.github/workflows/postgis.yml b/.github/workflows/postgis.yml
index fa418eb920..6b49fe81ee 100644
--- a/.github/workflows/postgis.yml
+++ b/.github/workflows/postgis.yml
@@ -14,13 +14,17 @@ permissions:
contents: read
jobs:
- postgis-latest:
+ postgis:
if: contains(github.event.pull_request.labels.*.name, 'geodjango')
runs-on: ubuntu-latest
- name: Latest PostGIS
+ strategy:
+ fail-fast: false
+ matrix:
+ postgis-version: [latest, "17-3.5-alpine", "17-master"]
+ name: PostGIS ${{ matrix.postgis-version }}
services:
postgres:
- image: postgis/postgis:latest
+ image: postgis/postgis:${{ matrix.postgis-version }}
env:
POSTGRES_DB: geodjango
POSTGRES_USER: user