chore: update to mongodb 8 in CI (#60215)

This commit is contained in:
Oliver Eyton-Williams
2025-05-07 21:45:53 +02:00
committed by GitHub
parent f25b5017fb
commit 31b956d16f
3 changed files with 5 additions and 5 deletions

View File

@@ -112,7 +112,7 @@ jobs:
services:
mongodb:
image: mongo:4.4
image: mongo:8.0
ports:
- 27017:27017
# We need mailhog to catch any emails the api tries to send.

View File

@@ -23,7 +23,7 @@ jobs:
node-version: [20]
services:
mongodb:
image: mongo:4.4
image: mongo:8.0
ports:
- 27017:27017
# We need mailhog to catch any emails the api tries to send.

View File

@@ -142,7 +142,7 @@ jobs:
- name: Start MongoDB
uses: supercharge/mongodb-github-action@b0a1493307c4e9b82ed61f3858d606c5ff190c64 # v1.10.0
with:
mongodb-version: 6.0
mongodb-version: 8.0
mongodb-replica-set: test-rs
mongodb-port: 27017
@@ -191,7 +191,7 @@ jobs:
- name: Start MongoDB
uses: supercharge/mongodb-github-action@b0a1493307c4e9b82ed61f3858d606c5ff190c64 # v1.10.0
with:
mongodb-version: 6.0
mongodb-version: 8.0
mongodb-replica-set: test-rs
mongodb-port: 27017
@@ -240,7 +240,7 @@ jobs:
- name: Start MongoDB
uses: supercharge/mongodb-github-action@b0a1493307c4e9b82ed61f3858d606c5ff190c64 # v1.10.0
with:
mongodb-version: 6.0
mongodb-version: 8.0
mongodb-replica-set: test-rs
mongodb-port: 27017