Skip to content

Commit b73fc14

Browse files
committed
Use same bitnami/mongodb:4.4 as locally
1 parent 488c2c8 commit b73fc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ports:
5353
- "27019:8123"
5454
mongodb-replica:
55-
image: bitnami/mongodb:8.0
55+
image: bitnami/mongodb:4.4
5656
env:
5757
MONGODB_ADVERTISED_HOSTNAME: 127.0.0.1
5858
MONGODB_REPLICA_SET_MODE: primary

0 commit comments

Comments
 (0)