Update mongo Docker tag to v8
Build Test / test (pull_request) Successful in 46s
JS Unit Tests / test (pull_request) Successful in 35s
PHP Integration Tests / Integration Tests (pull_request) Failing after 1m19s
PHP Unit Tests / test (pull_request) Successful in 2m12s

This commit is contained in:
2026-07-26 03:05:06 +00:00
parent df9fc2b6f5
commit 8704a02a09
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
services: services:
mongo: mongo:
image: mongo:7 image: mongo:8
options: >- options: >-
--health-cmd "mongosh --quiet --eval \"db.adminCommand('ping')\"" --health-cmd "mongosh --quiet --eval \"db.adminCommand('ping')\""
--health-interval 5s --health-interval 5s