Skip to content

Commit a6f2414

Browse files
committed
Run CI tests against mongo 8.
1 parent b404b6d commit a6f2414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 10
2525
services:
2626
mongodb:
27-
image: mongo:6
27+
image: mongo:8
2828
ports:
2929
- 27017:27017
3030
strategy:
@@ -50,7 +50,7 @@ jobs:
5050
timeout-minutes: 10
5151
services:
5252
mongodb:
53-
image: mongo:6
53+
image: mongo:8
5454
ports:
5555
- 27017:27017
5656
strategy:

0 commit comments

Comments
 (0)