From 64c490f98dde6dd01dae6e3adef8aa2f8ec46eaa Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Fri, 24 Jul 2026 22:37:26 +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 2e3851e..1dd9ac0 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