File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -235,17 +235,20 @@ jobs:
235235 - name : PostgreSQL 13, PostGIS 3.4
236236 POSTGRES_IMAGE : postgis/postgis:13-3.4
237237 NODE_VERSION : 22.4.1
238- - name : PostgreSQL 14 , PostGIS 3.4
239- POSTGRES_IMAGE : postgis/postgis:14 -3.4
238+ - name : PostgreSQL 13 , PostGIS 3.5
239+ POSTGRES_IMAGE : postgis/postgis:13 -3.5
240240 NODE_VERSION : 22.4.1
241- - name : PostgreSQL 15 , PostGIS 3.4
242- POSTGRES_IMAGE : postgis/postgis:15 -3.4
241+ - name : PostgreSQL 14 , PostGIS 3.5
242+ POSTGRES_IMAGE : postgis/postgis:14 -3.5
243243 NODE_VERSION : 22.4.1
244- - name : PostgreSQL 16 , PostGIS 3.4
245- POSTGRES_IMAGE : postgis/postgis:16 -3.4
244+ - name : PostgreSQL 15 , PostGIS 3.5
245+ POSTGRES_IMAGE : postgis/postgis:15 -3.5
246246 NODE_VERSION : 22.4.1
247- - name : PostgreSQL 17, PostGIS 3.4
248- POSTGRES_IMAGE : postgis/postgis:17-3.4
247+ - name : PostgreSQL 16, PostGIS 3.5
248+ POSTGRES_IMAGE : postgis/postgis:16-3.5
249+ NODE_VERSION : 22.4.1
250+ - name : PostgreSQL 17, PostGIS 3.5
251+ POSTGRES_IMAGE : postgis/postgis:17-3.5
249252 NODE_VERSION : 22.4.1
250253 fail-fast : false
251254 name : ${{ matrix.name }}
You can’t perform that action at this time.
0 commit comments