We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a1be5 commit f8d5e7dCopy full SHA for f8d5e7d
.github/workflows/tests.yml
@@ -27,7 +27,7 @@ jobs:
27
run: npm run build
28
29
- name: Execute tests
30
- run: vendor/bin/phpunit --verbose
+ run: vendor/bin/phpunit
31
32
- name: Deploy
33
if: github.ref_name == 'main'
composer.json
@@ -23,7 +23,7 @@
23
"fakerphp/faker": "^1.9.1",
24
"mockery/mockery": "^1.4.4",
25
"nunomaduro/collision": "^7.10",
26
- "phpunit/phpunit": "^9.5.10"
+ "phpunit/phpunit": "^10.5.10"
},
"config": {
"optimize-autoloader": true,
0 commit comments