Skip to content

Commit f78a29f

Browse files
authored
Apply suggestions from code review
1 parent 772b38e commit f78a29f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818

1919
services:
2020
mongodb_primary:
21-
image: mongo:8-jammy
21+
image: mongo:8
2222
env:
2323
MONGO_INITDB_ROOT_USERNAME: "primary"
2424
MONGO_INITDB_ROOT_PASSWORD: "password"
2525
ports:
2626
- "27017:27017"
2727
mongodb_secondary:
28-
image: mongo:8-jammy
28+
image: mongo:8
2929
env:
3030
MONGO_INITDB_ROOT_USERNAME: "secondary"
3131
MONGO_INITDB_ROOT_PASSWORD: "password"

0 commit comments

Comments
 (0)