File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 64
64
65
65
services :
66
66
mongodb :
67
- image : mongo:7 .0
67
+ image : mongo:8 .0
68
68
options : >-
69
69
--health-cmd mongosh
70
70
--health-interval 10s
@@ -121,7 +121,7 @@ jobs:
121
121
122
122
services :
123
123
mongodb :
124
- image : mongo:7 .0
124
+ image : mongo:8 .0
125
125
options : >-
126
126
--health-cmd mongosh
127
127
--health-interval 10s
@@ -173,7 +173,7 @@ jobs:
173
173
174
174
services :
175
175
mongodb :
176
- image : mongo:7 .0
176
+ image : mongo:8 .0
177
177
options : >-
178
178
--health-cmd mongosh
179
179
--health-interval 10s
@@ -231,7 +231,7 @@ jobs:
231
231
232
232
services :
233
233
mongodb :
234
- image : mongo:7 .0
234
+ image : mongo:8 .0
235
235
options : >-
236
236
--health-cmd mongosh
237
237
--health-interval 10s
@@ -313,7 +313,7 @@ jobs:
313
313
314
314
services :
315
315
mongodb :
316
- image : mongo:6 .0
316
+ image : mongo:8 .0
317
317
options : >-
318
318
--health-cmd mongosh
319
319
--health-interval 10s
You can’t perform that action at this time.
0 commit comments