Skip to content

Commit c9fdcc2

Browse files
authored
Update ci.yml
Signed-off-by: Corey <[email protected]>
1 parent 385555c commit c9fdcc2

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -226,17 +226,14 @@ jobs:
226226
strategy:
227227
matrix:
228228
include:
229-
- name: PostgreSQL 12, PostGIS 3.1
230-
POSTGRES_IMAGE: postgis/postgis:12-3.1
229+
- name: PostgreSQL 13, PostGIS 3.1
230+
POSTGRES_IMAGE: postgis/postgis:13-3.1
231231
NODE_VERSION: 19.3.0
232-
- name: PostgreSQL 12, PostGIS 3.2
233-
POSTGRES_IMAGE: postgis/postgis:12-3.2
232+
- name: PostgreSQL 13, PostGIS 3.2
233+
POSTGRES_IMAGE: postgis/postgis:13-3.2
234234
NODE_VERSION: 19.3.0
235-
- name: PostgreSQL 12, PostGIS 3.3
236-
POSTGRES_IMAGE: postgis/postgis:12-3.3
237-
NODE_VERSION: 19.3.0
238-
- name: PostgreSQL 12, PostGIS 3.4
239-
POSTGRES_IMAGE: postgis/postgis:12-3.4
235+
- name: PostgreSQL 13, PostGIS 3.3
236+
POSTGRES_IMAGE: postgis/postgis:13-3.3
240237
NODE_VERSION: 19.3.0
241238
- name: PostgreSQL 13, PostGIS 3.4
242239
POSTGRES_IMAGE: postgis/postgis:13-3.4

0 commit comments

Comments
 (0)