feat: add support for Postgres 15 (#8215)
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -234,6 +234,9 @@ jobs:
|
|||||||
- name: PostgreSQL 14, PostGIS 3.3
|
- name: PostgreSQL 14, PostGIS 3.3
|
||||||
POSTGRES_IMAGE: postgis/postgis:14-3.3
|
POSTGRES_IMAGE: postgis/postgis:14-3.3
|
||||||
NODE_VERSION: 18.1.0
|
NODE_VERSION: 18.1.0
|
||||||
|
- name: PostgreSQL 15, PostGIS 3.3
|
||||||
|
POSTGRES_IMAGE: postgis/postgis:15-3.3
|
||||||
|
NODE_VERSION: 18.1.0
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[](https://nodejs.org)
|
[](https://nodejs.org)
|
||||||
[](https://www.mongodb.com)
|
[](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)
|
||||||
[](https://www.npmjs.com/package/parse-server)
|
[](https://www.npmjs.com/package/parse-server)
|
||||||
@@ -154,6 +154,7 @@ Parse Server is continuously tested with the most recent releases of PostgreSQL
|
|||||||
| Postgres 12 | 3.3 | November 2024 | <= 5.x (2022) | ✅ Yes |
|
| Postgres 12 | 3.3 | November 2024 | <= 5.x (2022) | ✅ Yes |
|
||||||
| Postgres 13 | 3.3 | November 2025 | <= 6.x (2023) | ✅ Yes |
|
| Postgres 13 | 3.3 | November 2025 | <= 6.x (2023) | ✅ Yes |
|
||||||
| Postgres 14 | 3.3 | November 2026 | <= 7.x (2024) | ✅ Yes |
|
| Postgres 14 | 3.3 | November 2026 | <= 7.x (2024) | ✅ Yes |
|
||||||
|
| Postgres 15 | 3.3 | November 2027 | <= 8.x (2025) | ✅ Yes |
|
||||||
|
|
||||||
### Locally
|
### Locally
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user