feat: Add support for Postgres 18 (#9870)

This commit is contained in:
Corey
2025-10-07 03:02:58 -07:00
committed by GitHub
parent f62da3f3c5
commit d275c1806e
2 changed files with 5 additions and 1 deletions

View File

@@ -238,6 +238,9 @@ jobs:
- name: PostgreSQL 17, PostGIS 3.5
POSTGRES_IMAGE: postgis/postgis:17-3.5
NODE_VERSION: 22.12.0
- name: PostgreSQL 18, PostGIS 3.6
POSTGRES_IMAGE: postgis/postgis:18-3.6
NODE_VERSION: 22.12.0
fail-fast: false
name: ${{ matrix.name }}
timeout-minutes: 20