We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a89cd8 commit f841ffbCopy full SHA for f841ffb
.github/workflows/ci.yml
@@ -191,13 +191,13 @@ jobs:
191
POSTGRES_IMAGE: postgis/postgis:11-3.2
192
NODE_VERSION: 16.13.0
193
- name: PostgreSQL 12, PostGIS 3.2
194
- POSTGRES_IMAGE: postgis/postgis:12-3.1
+ POSTGRES_IMAGE: postgis/postgis:12-3.2
195
196
- name: PostgreSQL 13, PostGIS 3.2
197
- POSTGRES_IMAGE: postgis/postgis:13-3.1
+ POSTGRES_IMAGE: postgis/postgis:13-3.2
198
199
- name: PostgreSQL 14, PostGIS 3.2
200
- POSTGRES_IMAGE: postgis/postgis:14-3.1
+ POSTGRES_IMAGE: postgis/postgis:14-3.2
201
202
fail-fast: false
203
name: ${{ matrix.name }}
0 commit comments