diff --git a/.github/workflows/php-integration-tests.yml b/.github/workflows/php-integration-tests.yml index 6f13b6a..93628a0 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