Skip to content

Commit 377ce67

Browse files
authored
ci: upgrade Postgres versions (#8191)
1 parent eb20e92 commit 377ce67

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,17 @@ jobs:
232232
- name: PostgreSQL 11, PostGIS 3.2
233233
POSTGRES_IMAGE: postgis/postgis:11-3.2
234234
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
237237
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
240240
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
243246
NODE_VERSION: 16.14.2
244247
fail-fast: false
245248
name: ${{ matrix.name }}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ Parse Server is continuously tested with the most recent releases of PostgreSQL
151151

152152
| Version | PostGIS Version | End-of-Life | Parse Server Support | Compatible |
153153
|-------------|-----------------|---------------|----------------------|------------|
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 |
158158

159159
### Locally
160160

0 commit comments

Comments
 (0)