Skip to content

Commit f1469c6

Browse files
authored
ci: Upgrade to latest MongoDB version in CI (#9070)
1 parent 855b5df commit f1469c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,16 @@ jobs:
162162
MONGODB_TOPOLOGY: replset
163163
NODE_VERSION: 20.12.0
164164
- name: MongoDB 7, ReplicaSet
165-
MONGODB_VERSION: 7.0.7
165+
MONGODB_VERSION: 7.0.8
166166
MONGODB_TOPOLOGY: replset
167167
NODE_VERSION: 20.12.0
168168
- name: Redis Cache
169169
PARSE_SERVER_TEST_CACHE: redis
170-
MONGODB_VERSION: 7.0.7
170+
MONGODB_VERSION: 7.0.8
171171
MONGODB_TOPOLOGY: standalone
172172
NODE_VERSION: 20.12.0
173173
- name: Node 18
174-
MONGODB_VERSION: 7.0.7
174+
MONGODB_VERSION: 7.0.8
175175
MONGODB_TOPOLOGY: standalone
176176
NODE_VERSION: 18.20.0
177177
fail-fast: false

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
142142
| MongoDB 4.4 | 4.4.29 | February 2024 | ✅ Yes |
143143
| MongoDB 5 | 5.0.26 | October 2024 | ✅ Yes |
144144
| MongoDB 6 | 6.0.14 | July 2025 | ✅ Yes |
145-
| MongoDB 7 | 7.0.7 | TDB | ✅ Yes |
145+
| MongoDB 7 | 7.0.8 | TDB | ✅ Yes |
146146

147147
#### PostgreSQL
148148

0 commit comments

Comments
 (0)