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`.
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -219,15 +219,6 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: PostgreSQL 15, PostGIS 3.3
|
|
||||||
POSTGRES_IMAGE: postgis/postgis:15-3.3
|
|
||||||
NODE_VERSION: 24.11.0
|
|
||||||
- name: PostgreSQL 15, PostGIS 3.4
|
|
||||||
POSTGRES_IMAGE: postgis/postgis:15-3.4
|
|
||||||
NODE_VERSION: 24.11.0
|
|
||||||
- name: PostgreSQL 15, PostGIS 3.5
|
|
||||||
POSTGRES_IMAGE: postgis/postgis:15-3.5
|
|
||||||
NODE_VERSION: 24.11.0
|
|
||||||
- name: PostgreSQL 16, PostGIS 3.5
|
- name: PostgreSQL 16, PostGIS 3.5
|
||||||
POSTGRES_IMAGE: postgis/postgis:16-3.5
|
POSTGRES_IMAGE: postgis/postgis:16-3.5
|
||||||
NODE_VERSION: 24.11.0
|
NODE_VERSION: 24.11.0
|
||||||
|
|||||||
@@ -10,7 +10,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)
|
||||||
|
|||||||
Reference in New Issue
Block a user