From 1a3d7431c7a8952e883ff20bbaf9f7a594e79737 Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Sat, 25 Jul 2026 03:04:13 +0000 Subject: [PATCH] chore(deps): update mongo docker tag to v8 --- .github/workflows/php-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-integration-tests.yml b/.github/workflows/php-integration-tests.yml index 8bee311..de039b8 100644 --- a/.github/workflows/php-integration-tests.yml +++ b/.github/workflows/php-integration-tests.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest services: mongo: - image: mongo:7 + image: mongo:8 options: >- --health-cmd "mongosh --quiet --eval \"db.adminCommand('ping')\"" --health-interval 5s -- 2.39.5