feat: Add support for Postgres 17 (#9324)
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -244,6 +244,9 @@ jobs:
|
||||
- name: PostgreSQL 16, PostGIS 3.4
|
||||
POSTGRES_IMAGE: postgis/postgis:16-3.4
|
||||
NODE_VERSION: 22.4.1
|
||||
- name: PostgreSQL 17, PostGIS 3.4
|
||||
POSTGRES_IMAGE: postgis/postgis:17-3.4
|
||||
NODE_VERSION: 22.4.1
|
||||
fail-fast: false
|
||||
name: ${{ matrix.name }}
|
||||
timeout-minutes: 20
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
[](https://nodejs.org)
|
||||
[](https://www.mongodb.com)
|
||||
[](https://www.postgresql.org)
|
||||
[](https://www.postgresql.org)
|
||||
|
||||
[](https://www.npmjs.com/package/parse-server)
|
||||
[](https://www.npmjs.com/package/parse-server)
|
||||
@@ -156,6 +156,7 @@ Parse Server is continuously tested with the most recent releases of PostgreSQL
|
||||
| Postgres 14 | 3.4 | November 2026 | <= 7.x (2024) | ✅ Yes |
|
||||
| Postgres 15 | 3.4 | November 2027 | <= 8.x (2025) | ✅ Yes |
|
||||
| Postgres 16 | 3.4 | November 2028 | <= 9.x (2026) | ✅ Yes |
|
||||
| Postgres 17 | 3.4 | November 2029 | <= 9.x (2026) | ✅ Yes |
|
||||
|
||||
### Locally
|
||||
|
||||
|
||||
Reference in New Issue
Block a user