1 Commits

Author SHA1 Message Date
Sebastian 3688bfcadf chore(deps): update mongo docker tag to v8
Build Test / test (pull_request) Successful in 38s
JS Unit Tests / test (pull_request) Successful in 46s
PHP Unit Tests / test (pull_request) Successful in 2m12s
PHP Integration Tests / Integration Tests (pull_request) Failing after 2m51s
2026-07-27 03:04:57 +00:00
+1 -1
View File
@@ -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