Skip to content

Commit 33e39c2

Browse files
authored
feat: Add support for Postgis 3.4
Signed-off-by: Corey <[email protected]>
1 parent dfd5a8e commit 33e39c2

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -235,17 +235,20 @@ jobs:
235235
- name: PostgreSQL 13, PostGIS 3.4
236236
POSTGRES_IMAGE: postgis/postgis:13-3.4
237237
NODE_VERSION: 22.4.1
238-
- name: PostgreSQL 14, PostGIS 3.4
239-
POSTGRES_IMAGE: postgis/postgis:14-3.4
238+
- name: PostgreSQL 13, PostGIS 3.5
239+
POSTGRES_IMAGE: postgis/postgis:13-3.5
240240
NODE_VERSION: 22.4.1
241-
- name: PostgreSQL 15, PostGIS 3.4
242-
POSTGRES_IMAGE: postgis/postgis:15-3.4
241+
- name: PostgreSQL 14, PostGIS 3.5
242+
POSTGRES_IMAGE: postgis/postgis:14-3.5
243243
NODE_VERSION: 22.4.1
244-
- name: PostgreSQL 16, PostGIS 3.4
245-
POSTGRES_IMAGE: postgis/postgis:16-3.4
244+
- name: PostgreSQL 15, PostGIS 3.5
245+
POSTGRES_IMAGE: postgis/postgis:15-3.5
246246
NODE_VERSION: 22.4.1
247-
- name: PostgreSQL 17, PostGIS 3.4
248-
POSTGRES_IMAGE: postgis/postgis:17-3.4
247+
- name: PostgreSQL 16, PostGIS 3.5
248+
POSTGRES_IMAGE: postgis/postgis:16-3.5
249+
NODE_VERSION: 22.4.1
250+
- name: PostgreSQL 17, PostGIS 3.5
251+
POSTGRES_IMAGE: postgis/postgis:17-3.5
249252
NODE_VERSION: 22.4.1
250253
fail-fast: false
251254
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)