From 3688bfcadfdbacf83ed1153aebd4f5f92da3772c Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Mon, 27 Jul 2026 03:04:57 +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 c87c074..c7418a3 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