1 Commits

Author SHA1 Message Date
Sebastian 9d20679e47 chore(deps): update dependency phpunit/phpunit to v13
renovate/artifacts Artifact file update failure
JS Unit Tests / test (pull_request) Successful in 1m15s
Build Test / test (pull_request) Successful in 1m17s
PHP Integration Tests / Integration Tests (pull_request) Failing after 2m6s
PHP Unit Tests / test (pull_request) Failing after 1m14s
2026-07-24 14:04:19 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
services:
mongo:
image: mongo:8
image: mongo:7
options: >-
--health-cmd "mongosh --quiet --eval \"db.adminCommand('ping')\""
--health-interval 5s
+1 -1
View File
@@ -25,7 +25,7 @@
"egulias/email-validator": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^12.0"
"phpunit/phpunit": "^13.0"
},
"autoload": {
"psr-4": {
+1 -1
View File
@@ -18,7 +18,7 @@
"test:coverage": "vitest run --coverage --config tests/js/vitest.config.ts"
},
"dependencies": {
"pinia": "^4.0.0",
"pinia": "^3.0.0",
"vue": "^3.5.18",
"vue-router": "^5.0.0",
"vuetify": "^4.0.0"