ci: upgrade Postgres versions (#8191)

This commit is contained in:
Corey
2022-09-23 19:06:22 -04:00
committed by GitHub
parent eb20e92f8f
commit 377ce67239
2 changed files with 13 additions and 10 deletions

View File

@@ -232,14 +232,17 @@ jobs:
- name: PostgreSQL 11, PostGIS 3.2
POSTGRES_IMAGE: postgis/postgis:11-3.2
NODE_VERSION: 16.14.2
- name: PostgreSQL 12, PostGIS 3.2
POSTGRES_IMAGE: postgis/postgis:12-3.2
- name: PostgreSQL 11, PostGIS 3.3
POSTGRES_IMAGE: postgis/postgis:11-3.3
NODE_VERSION: 16.14.2
- name: PostgreSQL 13, PostGIS 3.2
POSTGRES_IMAGE: postgis/postgis:13-3.2
- name: PostgreSQL 12, PostGIS 3.3
POSTGRES_IMAGE: postgis/postgis:12-3.3
NODE_VERSION: 16.14.2
- name: PostgreSQL 14, PostGIS 3.2
POSTGRES_IMAGE: postgis/postgis:14-3.2
- name: PostgreSQL 13, PostGIS 3.3
POSTGRES_IMAGE: postgis/postgis:13-3.3
NODE_VERSION: 16.14.2
- name: PostgreSQL 14, PostGIS 3.3
POSTGRES_IMAGE: postgis/postgis:14-3.3
NODE_VERSION: 16.14.2
fail-fast: false
name: ${{ matrix.name }}

View File

@@ -151,10 +151,10 @@ Parse Server is continuously tested with the most recent releases of PostgreSQL
| Version | PostGIS Version | End-of-Life | Parse Server Support | Compatible |
|-------------|-----------------|---------------|----------------------|------------|
| Postgres 11 | 3.0, 3.1, 3.2 | November 2023 | <= 5.x (2022) | ✅ Yes |
| Postgres 12 | 3.2 | November 2024 | <= 5.x (2022) | ✅ Yes |
| Postgres 13 | 3.2 | November 2025 | <= 6.x (2023) | ✅ Yes |
| Postgres 14 | 3.2 | November 2026 | <= 7.x (2024) | ✅ Yes |
| Postgres 11 | 3.0, 3.1, 3.2, 3.3 | November 2023 | <= 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 14 | 3.3 | November 2026 | <= 7.x (2024) | ✅ Yes |
### Locally