build: setup testing matrix for postgres 14 and 17 (#11433)

This commit is contained in:
Mike Guida 2025-04-30 10:25:56 -06:00 committed by GitHub
parent a61654e079
commit 9464e6522a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -212,10 +212,14 @@ jobs:
postgres:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
postgis-version: ["14-3.5", "17-3.5"]
services:
postgres:
image: postgis/postgis:14-3.3
image: postgis/postgis:${{ matrix.postgis-version }}
ports:
- "5432:5432"
env: