From c7eb46c7acc18912eccd15eef493a1e5de326bab Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Fri, 24 Jul 2026 04:38:37 +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 8e7f9fe..1a6df01 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