Skip to content

Commit 43cc664

Browse files
committed
Use MongoDB8 for test runs
1 parent f7f48a8 commit 43cc664

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
services:
6666
mongodb:
67-
image: mongo:7.0
67+
image: mongo:8.0
6868
options: >-
6969
--health-cmd mongosh
7070
--health-interval 10s
@@ -121,7 +121,7 @@ jobs:
121121

122122
services:
123123
mongodb:
124-
image: mongo:7.0
124+
image: mongo:8.0
125125
options: >-
126126
--health-cmd mongosh
127127
--health-interval 10s
@@ -173,7 +173,7 @@ jobs:
173173

174174
services:
175175
mongodb:
176-
image: mongo:7.0
176+
image: mongo:8.0
177177
options: >-
178178
--health-cmd mongosh
179179
--health-interval 10s
@@ -231,7 +231,7 @@ jobs:
231231

232232
services:
233233
mongodb:
234-
image: mongo:7.0
234+
image: mongo:8.0
235235
options: >-
236236
--health-cmd mongosh
237237
--health-interval 10s
@@ -313,7 +313,7 @@ jobs:
313313

314314
services:
315315
mongodb:
316-
image: mongo:6.0
316+
image: mongo:8.0
317317
options: >-
318318
--health-cmd mongosh
319319
--health-interval 10s

0 commit comments

Comments
 (0)