feat: Add support for Postgres 18 (#9870)
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -238,6 +238,9 @@ jobs:
|
||||
- name: PostgreSQL 17, PostGIS 3.5
|
||||
POSTGRES_IMAGE: postgis/postgis:17-3.5
|
||||
NODE_VERSION: 22.12.0
|
||||
- name: PostgreSQL 18, PostGIS 3.6
|
||||
POSTGRES_IMAGE: postgis/postgis:18-3.6
|
||||
NODE_VERSION: 22.12.0
|
||||
fail-fast: false
|
||||
name: ${{ matrix.name }}
|
||||
timeout-minutes: 20
|
||||
|
||||
@@ -10,7 +10,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)
|
||||
@@ -152,6 +152,7 @@ Parse Server is continuously tested with the most recent releases of PostgreSQL
|
||||
| Postgres 15 | 3.3, 3.4, 3.5 | November 2027 | <= 8.x (2025) |
|
||||
| Postgres 16 | 3.5 | November 2028 | <= 9.x (2026) |
|
||||
| Postgres 17 | 3.5 | November 2029 | <= 10.x (2027) |
|
||||
| Postgres 18 | 3.6 | November 2030 | <= 11.x (2028) |
|
||||
|
||||
### Locally
|
||||
|
||||
|
||||
Reference in New Issue
Block a user