ci: Upgrade to latest MongoDB version in CI (#9070)
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -162,16 +162,16 @@ jobs:
|
|||||||
MONGODB_TOPOLOGY: replset
|
MONGODB_TOPOLOGY: replset
|
||||||
NODE_VERSION: 20.12.0
|
NODE_VERSION: 20.12.0
|
||||||
- name: MongoDB 7, ReplicaSet
|
- name: MongoDB 7, ReplicaSet
|
||||||
MONGODB_VERSION: 7.0.7
|
MONGODB_VERSION: 7.0.8
|
||||||
MONGODB_TOPOLOGY: replset
|
MONGODB_TOPOLOGY: replset
|
||||||
NODE_VERSION: 20.12.0
|
NODE_VERSION: 20.12.0
|
||||||
- name: Redis Cache
|
- name: Redis Cache
|
||||||
PARSE_SERVER_TEST_CACHE: redis
|
PARSE_SERVER_TEST_CACHE: redis
|
||||||
MONGODB_VERSION: 7.0.7
|
MONGODB_VERSION: 7.0.8
|
||||||
MONGODB_TOPOLOGY: standalone
|
MONGODB_TOPOLOGY: standalone
|
||||||
NODE_VERSION: 20.12.0
|
NODE_VERSION: 20.12.0
|
||||||
- name: Node 18
|
- name: Node 18
|
||||||
MONGODB_VERSION: 7.0.7
|
MONGODB_VERSION: 7.0.8
|
||||||
MONGODB_TOPOLOGY: standalone
|
MONGODB_TOPOLOGY: standalone
|
||||||
NODE_VERSION: 18.20.0
|
NODE_VERSION: 18.20.0
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
|
|||||||
| MongoDB 4.4 | 4.4.29 | February 2024 | ✅ Yes |
|
| MongoDB 4.4 | 4.4.29 | February 2024 | ✅ Yes |
|
||||||
| MongoDB 5 | 5.0.26 | October 2024 | ✅ Yes |
|
| MongoDB 5 | 5.0.26 | October 2024 | ✅ Yes |
|
||||||
| MongoDB 6 | 6.0.14 | July 2025 | ✅ Yes |
|
| MongoDB 6 | 6.0.14 | July 2025 | ✅ Yes |
|
||||||
| MongoDB 7 | 7.0.7 | TDB | ✅ Yes |
|
| MongoDB 7 | 7.0.8 | TDB | ✅ Yes |
|
||||||
|
|
||||||
#### PostgreSQL
|
#### PostgreSQL
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user