|
10 | 10 | env: |
11 | 11 | NODE_VERSION: 22.4.1 |
12 | 12 | PARSE_SERVER_TEST_TIMEOUT: 20000 |
| 13 | +permissions: |
| 14 | + actions: write |
13 | 15 | jobs: |
14 | 16 | check-code-analysis: |
15 | 17 | name: Code Analysis |
@@ -235,17 +237,20 @@ jobs: |
235 | 237 | - name: PostgreSQL 13, PostGIS 3.4 |
236 | 238 | POSTGRES_IMAGE: postgis/postgis:13-3.4 |
237 | 239 | NODE_VERSION: 22.4.1 |
238 | | - - name: PostgreSQL 14, PostGIS 3.4 |
239 | | - POSTGRES_IMAGE: postgis/postgis:14-3.4 |
| 240 | + - name: PostgreSQL 13, PostGIS 3.5 |
| 241 | + POSTGRES_IMAGE: postgis/postgis:13-3.5 |
240 | 242 | NODE_VERSION: 22.4.1 |
241 | | - - name: PostgreSQL 15, PostGIS 3.4 |
242 | | - POSTGRES_IMAGE: postgis/postgis:15-3.4 |
| 243 | + - name: PostgreSQL 14, PostGIS 3.5 |
| 244 | + POSTGRES_IMAGE: postgis/postgis:14-3.5 |
243 | 245 | NODE_VERSION: 22.4.1 |
244 | | - - name: PostgreSQL 16, PostGIS 3.4 |
245 | | - POSTGRES_IMAGE: postgis/postgis:16-3.4 |
| 246 | + - name: PostgreSQL 15, PostGIS 3.5 |
| 247 | + POSTGRES_IMAGE: postgis/postgis:15-3.5 |
246 | 248 | NODE_VERSION: 22.4.1 |
247 | | - - name: PostgreSQL 17, PostGIS 3.4 |
248 | | - POSTGRES_IMAGE: postgis/postgis:17-3.4 |
| 249 | + - name: PostgreSQL 16, PostGIS 3.5 |
| 250 | + POSTGRES_IMAGE: postgis/postgis:16-3.5 |
| 251 | + NODE_VERSION: 22.4.1 |
| 252 | + - name: PostgreSQL 17, PostGIS 3.5 |
| 253 | + POSTGRES_IMAGE: postgis/postgis:17-3.5 |
249 | 254 | NODE_VERSION: 22.4.1 |
250 | 255 | fail-fast: false |
251 | 256 | name: ${{ matrix.name }} |
|
0 commit comments