Skip to content

Commit 7483add

Browse files
authored
feat: Increase required minimum version to Postgres 16, PostGIS 3.5 (#9972)
BREAKING CHANGE: This releases increases the required minimum version to Postgres `16`, PostGIS `3.5`.
1 parent 03a0857 commit 7483add

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -219,15 +219,6 @@ jobs:
219219
strategy:
220220
matrix:
221221
include:
222-
- name: PostgreSQL 15, PostGIS 3.3
223-
POSTGRES_IMAGE: postgis/postgis:15-3.3
224-
NODE_VERSION: 24.11.0
225-
- name: PostgreSQL 15, PostGIS 3.4
226-
POSTGRES_IMAGE: postgis/postgis:15-3.4
227-
NODE_VERSION: 24.11.0
228-
- name: PostgreSQL 15, PostGIS 3.5
229-
POSTGRES_IMAGE: postgis/postgis:15-3.5
230-
NODE_VERSION: 24.11.0
231222
- name: PostgreSQL 16, PostGIS 3.5
232223
POSTGRES_IMAGE: postgis/postgis:16-3.5
233224
NODE_VERSION: 24.11.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[![Node Version](https://img.shields.io/badge/nodejs-20,_22,_24-green.svg?logo=node.js&style=flat)](https://nodejs.org)
1212
[![MongoDB Version](https://img.shields.io/badge/mongodb-7,_8-green.svg?logo=mongodb&style=flat)](https://www.mongodb.com)
13-
[![Postgres Version](https://img.shields.io/badge/postgresql-13,_14,_15,_16,_17,_18-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org)
13+
[![Postgres Version](https://img.shields.io/badge/postgresql-16,_17,_18-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org)
1414

1515
[![npm latest version](https://img.shields.io/npm/v/parse-server/latest.svg)](https://www.npmjs.com/package/parse-server)
1616
[![npm alpha version](https://img.shields.io/npm/v/parse-server/alpha.svg)](https://www.npmjs.com/package/parse-server)

0 commit comments

Comments
 (0)