File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -226,17 +226,14 @@ jobs:
226
226
strategy :
227
227
matrix :
228
228
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
231
231
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
234
234
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
240
237
NODE_VERSION : 19.3.0
241
238
- name : PostgreSQL 13, PostGIS 3.4
242
239
POSTGRES_IMAGE : postgis/postgis:13-3.4
You can’t perform that action at this time.
0 commit comments