Skip to content

Commit 288d9c3

Browse files
committed
fix: add again postgresql 14 test
1 parent 240d806 commit 288d9c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ jobs:
193193
- name: PostgreSQL 13, PostGIS 3.1
194194
POSTGRES_IMAGE: postgis/postgis:13-3.1
195195
NODE_VERSION: 16.13.0
196+
- name: PostgreSQL 14, PostGIS 3.1
197+
POSTGRES_IMAGE: postgis/postgis:14-3.1
198+
NODE_VERSION: 16.13.0
196199
fail-fast: false
197200
name: ${{ matrix.name }}
198201
timeout-minutes: 15

0 commit comments

Comments
 (0)