feat: Add support for MongoDB 8 (#9269)
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -160,17 +160,21 @@ jobs:
|
||||
MONGODB_VERSION: 7.0.8
|
||||
MONGODB_TOPOLOGY: replset
|
||||
NODE_VERSION: 22.4.1
|
||||
- name: MongoDB 8, ReplicaSet
|
||||
MONGODB_VERSION: 8.0.0
|
||||
MONGODB_TOPOLOGY: replset
|
||||
NODE_VERSION: 22.4.1
|
||||
- name: Redis Cache
|
||||
PARSE_SERVER_TEST_CACHE: redis
|
||||
MONGODB_VERSION: 7.0.8
|
||||
MONGODB_VERSION: 8.0.0
|
||||
MONGODB_TOPOLOGY: standalone
|
||||
NODE_VERSION: 22.4.1
|
||||
- name: Node 20
|
||||
MONGODB_VERSION: 7.0.8
|
||||
MONGODB_VERSION: 8.0.0
|
||||
MONGODB_TOPOLOGY: standalone
|
||||
NODE_VERSION: 20.15.1
|
||||
- name: Node 18
|
||||
MONGODB_VERSION: 7.0.8
|
||||
MONGODB_VERSION: 8.0.0
|
||||
MONGODB_TOPOLOGY: standalone
|
||||
NODE_VERSION: 18.20.4
|
||||
fail-fast: false
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
[](https://github.com/parse-community/parse-dashboard/releases)
|
||||
|
||||
[](https://nodejs.org)
|
||||
[](https://www.mongodb.com)
|
||||
[](https://www.mongodb.com)
|
||||
[](https://www.postgresql.org)
|
||||
|
||||
[](https://www.npmjs.com/package/parse-server)
|
||||
@@ -144,6 +144,7 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
|
||||
| MongoDB 5 | 5.0.26 | October 2024 | ✅ Yes |
|
||||
| MongoDB 6 | 6.0.14 | July 2025 | ✅ Yes |
|
||||
| MongoDB 7 | 7.0.8 | TDB | ✅ Yes |
|
||||
| MongoDB 8 | 8.0.0 | TDB | ✅ Yes |
|
||||
|
||||
#### PostgreSQL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user