Skip to content

Commit 8f5591e

Browse files
authored
feat: Add support for Postgres 16
Signed-off-by: Corey <[email protected]>
1 parent 655e2c4 commit 8f5591e

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -226,29 +226,26 @@ jobs:
226226
strategy:
227227
matrix:
228228
include:
229-
- name: PostgreSQL 11, PostGIS 3.0
230-
POSTGRES_IMAGE: postgis/postgis:11-3.0
231-
NODE_VERSION: 19.3.0
232-
- name: PostgreSQL 11, PostGIS 3.1
233-
POSTGRES_IMAGE: postgis/postgis:11-3.1
234-
NODE_VERSION: 19.3.0
235-
- name: PostgreSQL 11, PostGIS 3.2
236-
POSTGRES_IMAGE: postgis/postgis:11-3.2
237-
NODE_VERSION: 19.3.0
238-
- name: PostgreSQL 11, PostGIS 3.3
239-
POSTGRES_IMAGE: postgis/postgis:11-3.3
229+
- name: PostgreSQL 12, PostGIS 3.2
230+
POSTGRES_IMAGE: postgis/postgis:12-3.2
240231
NODE_VERSION: 19.3.0
241232
- name: PostgreSQL 12, PostGIS 3.3
242233
POSTGRES_IMAGE: postgis/postgis:12-3.3
243234
NODE_VERSION: 19.3.0
244-
- name: PostgreSQL 13, PostGIS 3.3
245-
POSTGRES_IMAGE: postgis/postgis:13-3.3
235+
- name: PostgreSQL 12, PostGIS 3.4
236+
POSTGRES_IMAGE: postgis/postgis:12-3.4
237+
NODE_VERSION: 19.3.0
238+
- name: PostgreSQL 13, PostGIS 3.4
239+
POSTGRES_IMAGE: postgis/postgis:13-3.4
240+
NODE_VERSION: 19.3.0
241+
- name: PostgreSQL 14, PostGIS 3.4
242+
POSTGRES_IMAGE: postgis/postgis:14-3.4
246243
NODE_VERSION: 19.3.0
247-
- name: PostgreSQL 14, PostGIS 3.3
248-
POSTGRES_IMAGE: postgis/postgis:14-3.3
244+
- name: PostgreSQL 15, PostGIS 3.4
245+
POSTGRES_IMAGE: postgis/postgis:15-3.4
249246
NODE_VERSION: 19.3.0
250-
- name: PostgreSQL 15, PostGIS 3.3
251-
POSTGRES_IMAGE: postgis/postgis:15-3.3
247+
- name: PostgreSQL 16, PostGIS 3.4
248+
POSTGRES_IMAGE: postgis/postgis:15-3.4
252249
NODE_VERSION: 19.3.0
253250
fail-fast: false
254251
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)