feat: Add support for Postgres 17 (#9324)

This commit is contained in:
Corey
2024-10-07 12:55:01 -07:00
committed by GitHub
parent b7bff301f3
commit fa2ee3196e
2 changed files with 5 additions and 1 deletions

View File

@@ -244,6 +244,9 @@ jobs:
- name: PostgreSQL 16, PostGIS 3.4
POSTGRES_IMAGE: postgis/postgis:16-3.4
NODE_VERSION: 22.4.1
- name: PostgreSQL 17, PostGIS 3.4
POSTGRES_IMAGE: postgis/postgis:17-3.4
NODE_VERSION: 22.4.1
fail-fast: false
name: ${{ matrix.name }}
timeout-minutes: 20