feat: add support for Postgres 15 (#8215)

This commit is contained in:
Corey
2022-10-15 18:16:29 -04:00
committed by GitHub
parent 6d0bc1eff0
commit 2feb6c4608
2 changed files with 5 additions and 1 deletions

View File

@@ -234,6 +234,9 @@ jobs:
- name: PostgreSQL 14, PostGIS 3.3
POSTGRES_IMAGE: postgis/postgis:14-3.3
NODE_VERSION: 18.1.0
- name: PostgreSQL 15, PostGIS 3.3
POSTGRES_IMAGE: postgis/postgis:15-3.3
NODE_VERSION: 18.1.0
fail-fast: false
name: ${{ matrix.name }}
timeout-minutes: 15