File tree 2 files changed +13
-10
lines changed
2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -232,14 +232,17 @@ jobs:
232
232
- name : PostgreSQL 11, PostGIS 3.2
233
233
POSTGRES_IMAGE : postgis/postgis:11-3.2
234
234
NODE_VERSION : 16.14.2
235
- - name : PostgreSQL 12 , PostGIS 3.2
236
- POSTGRES_IMAGE : postgis/postgis:12 -3.2
235
+ - name : PostgreSQL 11 , PostGIS 3.3
236
+ POSTGRES_IMAGE : postgis/postgis:11 -3.3
237
237
NODE_VERSION : 16.14.2
238
- - name : PostgreSQL 13 , PostGIS 3.2
239
- POSTGRES_IMAGE : postgis/postgis:13 -3.2
238
+ - name : PostgreSQL 12 , PostGIS 3.3
239
+ POSTGRES_IMAGE : postgis/postgis:12 -3.3
240
240
NODE_VERSION : 16.14.2
241
- - name : PostgreSQL 14, PostGIS 3.2
242
- POSTGRES_IMAGE : postgis/postgis:14-3.2
241
+ - name : PostgreSQL 13, PostGIS 3.3
242
+ POSTGRES_IMAGE : postgis/postgis:13-3.3
243
+ NODE_VERSION : 16.14.2
244
+ - name : PostgreSQL 14, PostGIS 3.3
245
+ POSTGRES_IMAGE : postgis/postgis:14-3.3
243
246
NODE_VERSION : 16.14.2
244
247
fail-fast : false
245
248
name : ${{ matrix.name }}
Original file line number Diff line number Diff line change @@ -151,10 +151,10 @@ Parse Server is continuously tested with the most recent releases of PostgreSQL
151
151
152
152
| Version | PostGIS Version | End-of-Life | Parse Server Support | Compatible |
153
153
| -------------| -----------------| ---------------| ----------------------| ------------|
154
- | Postgres 11 | 3.0, 3.1, 3.2 | November 2023 | <= 5.x (2022) | ✅ Yes |
155
- | Postgres 12 | 3.2 | November 2024 | <= 5.x (2022) | ✅ Yes |
156
- | Postgres 13 | 3.2 | November 2025 | <= 6.x (2023) | ✅ Yes |
157
- | Postgres 14 | 3.2 | November 2026 | <= 7.x (2024) | ✅ Yes |
154
+ | Postgres 11 | 3.0, 3.1, 3.2, 3.3 | November 2023 | <= 5.x (2022) | ✅ Yes |
155
+ | Postgres 12 | 3.3 | November 2024 | <= 5.x (2022) | ✅ Yes |
156
+ | Postgres 13 | 3.3 | November 2025 | <= 6.x (2023) | ✅ Yes |
157
+ | Postgres 14 | 3.3 | November 2026 | <= 7.x (2024) | ✅ Yes |
158
158
159
159
### Locally
160
160
You can’t perform that action at this time.
0 commit comments