Skip to content

Commit f841ffb

Browse files
authored
Update ci.yml
1 parent 4a89cd8 commit f841ffb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,13 @@ jobs:
191191
POSTGRES_IMAGE: postgis/postgis:11-3.2
192192
NODE_VERSION: 16.13.0
193193
- name: PostgreSQL 12, PostGIS 3.2
194-
POSTGRES_IMAGE: postgis/postgis:12-3.1
194+
POSTGRES_IMAGE: postgis/postgis:12-3.2
195195
NODE_VERSION: 16.13.0
196196
- name: PostgreSQL 13, PostGIS 3.2
197-
POSTGRES_IMAGE: postgis/postgis:13-3.1
197+
POSTGRES_IMAGE: postgis/postgis:13-3.2
198198
NODE_VERSION: 16.13.0
199199
- name: PostgreSQL 14, PostGIS 3.2
200-
POSTGRES_IMAGE: postgis/postgis:14-3.1
200+
POSTGRES_IMAGE: postgis/postgis:14-3.2
201201
NODE_VERSION: 16.13.0
202202
fail-fast: false
203203
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)