From 1477733f47e818e132d598543e9f57b6ab6e9d33 Mon Sep 17 00:00:00 2001 From: Corey Baker Date: Thu, 6 Oct 2022 09:47:03 -0400 Subject: [PATCH 1/3] ci: test against Postgres 15 --- .github/workflows/ci.yml | 3 +++ README.md | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f0d9359ef..457c939459 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -234,6 +234,9 @@ jobs: - name: PostgreSQL 14, PostGIS 3.3 POSTGRES_IMAGE: postgis/postgis:14-3.3 NODE_VERSION: 18.1.0 + - name: PostgreSQL 15, PostGIS 3.3 + POSTGRES_IMAGE: postgis/postgis:15rc1-3.3 + NODE_VERSION: 18.1.0 fail-fast: false name: ${{ matrix.name }} timeout-minutes: 15 diff --git a/README.md b/README.md index 07b37f925b..557c4b6d0a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Node Version](https://img.shields.io/badge/nodejs-12,_14,_16,_17,_18-green.svg?logo=node.js&style=flat)](https://nodejs.org) [![MongoDB Version](https://img.shields.io/badge/mongodb-4.0,_4.2,_4.4,_5.0,_5.1,_5.2-green.svg?logo=mongodb&style=flat)](https://www.mongodb.com) -[![Postgres Version](https://img.shields.io/badge/postgresql-11,_12,_13,_14-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org) +[![Postgres Version](https://img.shields.io/badge/postgresql-11,_12,_13,_14,_15-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 beta version](https://img.shields.io/npm/v/parse-server/beta.svg)](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 13 | 3.3 | November 2025 | <= 6.x (2023) | ✅ Yes | | Postgres 14 | 3.3 | November 2026 | <= 7.x (2024) | ✅ Yes | +| Postgres 15 | 3.3 | November 2027 | <= 8.x (2025) | ✅ Yes | ### Locally From b057840ef130b95ee2f10b2718543b3ed6ea8c8b Mon Sep 17 00:00:00 2001 From: Corey Date: Sun, 9 Oct 2022 18:07:24 -0400 Subject: [PATCH 2/3] Test Postgres 15 rc2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 457c939459..77a42a542a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -235,7 +235,7 @@ jobs: POSTGRES_IMAGE: postgis/postgis:14-3.3 NODE_VERSION: 18.1.0 - name: PostgreSQL 15, PostGIS 3.3 - POSTGRES_IMAGE: postgis/postgis:15rc1-3.3 + POSTGRES_IMAGE: postgis/postgis:15rc2-3.3 NODE_VERSION: 18.1.0 fail-fast: false name: ${{ matrix.name }} From 835df20c71b8a17cd410178ad2e059bcac225383 Mon Sep 17 00:00:00 2001 From: Corey Date: Sat, 15 Oct 2022 13:33:07 -0400 Subject: [PATCH 3/3] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77a42a542a..a9453cc2a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -235,7 +235,7 @@ jobs: POSTGRES_IMAGE: postgis/postgis:14-3.3 NODE_VERSION: 18.1.0 - name: PostgreSQL 15, PostGIS 3.3 - POSTGRES_IMAGE: postgis/postgis:15rc2-3.3 + POSTGRES_IMAGE: postgis/postgis:15-3.3 NODE_VERSION: 18.1.0 fail-fast: false name: ${{ matrix.name }}