From ede6bcd941ef5dd2c4b6d5f917775b45e44bed02 Mon Sep 17 00:00:00 2001 From: Corey Date: Mon, 6 Oct 2025 16:14:40 -0700 Subject: [PATCH 1/3] ci: Test against Postgres 18 Signed-off-by: Corey --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bebc7b570..5aaa5ff9cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 From bf3b1de97fda0f24b313d630729a3f7040d89572 Mon Sep 17 00:00:00 2001 From: Corey Date: Mon, 6 Oct 2025 16:17:00 -0700 Subject: [PATCH 2/3] Update README.md Signed-off-by: Corey --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cd61ec59c..b7aed6c3c6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Node Version](https://img.shields.io/badge/nodejs-18,_20,_22-green.svg?logo=node.js&style=flat)](https://nodejs.org) [![MongoDB Version](https://img.shields.io/badge/mongodb-6,_7,_8-green.svg?logo=mongodb&style=flat)](https://www.mongodb.com) -[![Postgres Version](https://img.shields.io/badge/postgresql-13,_14,_15,_16,_17-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org) +[![Postgres Version](https://img.shields.io/badge/postgresql-13,_14,_15,_16,_17,_18-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org) [![npm latest version](https://img.shields.io/npm/v/parse-server/latest.svg)](https://www.npmjs.com/package/parse-server) [![npm alpha version](https://img.shields.io/npm/v/parse-server/alpha.svg)](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 17 | 3.6 | November 2030 | <= 11.x (2028) | ### Locally From b42f1f1f2c3b8f677323ef4bb3e13a2734f1aadc Mon Sep 17 00:00:00 2001 From: Corey Date: Mon, 6 Oct 2025 16:23:27 -0700 Subject: [PATCH 3/3] nit Signed-off-by: Corey --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7aed6c3c6..9103e0ecfb 100644 --- a/README.md +++ b/README.md @@ -152,7 +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 17 | 3.6 | November 2030 | <= 11.x (2028) | +| Postgres 18 | 3.6 | November 2030 | <= 11.x (2028) | ### Locally