Skip to content

Commit 195cf3d

Browse files
committed
mongodb 5.0.1 to 5.0.2
1 parent 6d1ea7e commit 195cf3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
matrix:
9595
include:
9696
- name: MongoDB 5.0, ReplicaSet, WiredTiger
97-
MONGODB_VERSION: 5.0.1
97+
MONGODB_VERSION: 5.0.2
9898
MONGODB_TOPOLOGY: replicaset
9999
MONGODB_STORAGE_ENGINE: wiredTiger
100100
NODE_VERSION: 14.17.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
126126
| MongoDB 4.0 | 4.0.25 | April 2022 | ✅ Fully compatible |
127127
| MongoDB 4.2 | 4.2.15 | TBD | ✅ Fully compatible |
128128
| MongoDB 4.4 | 4.4.8 | TBD | ✅ Fully compatible |
129-
| MongoDB 5.0 | 5.0.1 | January 2024 | ✅ Fully compatible |
129+
| MongoDB 5.0 | 5.0.2 | January 2024 | ✅ Fully compatible |
130130

131131
#### PostgreSQL
132132
Parse Server is continuously tested with the most recent releases of PostgreSQL and PostGIS to ensure compatibility, using [PostGIS docker images](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&ordering=last_updated). We follow the [PostgreSQL support schedule](https://www.postgresql.org/support/versioning) and [PostGIS support schedule](https://www.postgis.net/eol_policy/) and only test against versions that are officially supported and have not reached their end-of-life date. Due to the extensive PostgreSQL support duration of 5 years, Parse Server drops support if a version is older than 3.5 years and a newer version has been available for at least 2.5 years.

0 commit comments

Comments
 (0)