From 381a456549cb75b49e73fb9aea76a497a44e475a Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Fri, 12 Dec 2025 01:47:27 +0100 Subject: [PATCH] fix --- .github/workflows/ci.yml | 9 --------- README.md | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2be99ec13..5c724ffcf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -227,15 +227,6 @@ jobs: strategy: matrix: 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 POSTGRES_IMAGE: postgis/postgis:16-3.5 NODE_VERSION: 24.11.0 diff --git a/README.md b/README.md index ad51487019..77a8118808 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Node Version](https://img.shields.io/badge/nodejs-18,_20,_22,_24-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,_18-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org) +[![Postgres Version](https://img.shields.io/badge/postgresql-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)