3 Commits

Author SHA1 Message Date
Sebastian 822265794d fix(deps): update dependency pinia to v4
renovate/artifacts Artifact file update failure
Build Test / test (pull_request) Failing after 52s
JS Unit Tests / test (pull_request) Failing after 41s
PHP Unit Tests / test (pull_request) Successful in 1m2s
PHP Integration Tests / Integration Tests (pull_request) Successful in 1m33s
2026-07-24 13:51:53 +00:00
Sebastian 1310de8a15 Merge pull request 'chore(deps): update mongo docker tag to v8' (#59) from renovate/mongo-8.x into main
Reviewed-on: #59
2026-07-24 04:49:46 +00:00
Sebastian c7eb46c7ac chore(deps): update mongo docker tag to v8
Build Test / test (pull_request) Successful in 1m26s
JS Unit Tests / test (pull_request) Successful in 1m29s
PHP Unit Tests / test (pull_request) Successful in 2m13s
PHP Integration Tests / Integration Tests (pull_request) Successful in 2m22s
2026-07-24 04:38:37 +00:00
+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