From 31b956d16fac976ddab009294a1e06bb312a55c3 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Wed, 7 May 2025 21:45:53 +0200 Subject: [PATCH] chore: update to mongodb 8 in CI (#60215) --- .github/workflows/e2e-playwright.yml | 2 +- .github/workflows/e2e-third-party.yml | 2 +- .github/workflows/node.js-tests.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e-playwright.yml b/.github/workflows/e2e-playwright.yml index 93e7dddb8a4..e2f10ebf9d7 100644 --- a/.github/workflows/e2e-playwright.yml +++ b/.github/workflows/e2e-playwright.yml @@ -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. diff --git a/.github/workflows/e2e-third-party.yml b/.github/workflows/e2e-third-party.yml index 8e056b48ceb..edcefbd74f4 100644 --- a/.github/workflows/e2e-third-party.yml +++ b/.github/workflows/e2e-third-party.yml @@ -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. diff --git a/.github/workflows/node.js-tests.yml b/.github/workflows/node.js-tests.yml index d0ec28a3e67..1f69be36379 100644 --- a/.github/workflows/node.js-tests.yml +++ b/.github/workflows/node.js-tests.yml @@ -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