Skip to content

Commit 80f9dce

Browse files
committed
Remove --verbose flag for PHPUnit 10+ compatibility
1 parent b622f1d commit 80f9dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
run: composer install --no-interaction --prefer-dist
3838

3939
- name: Execute tests
40-
run: vendor/bin/phpunit --verbose
40+
run: vendor/bin/phpunit
4141
env:
4242
APP_ENV: testing

0 commit comments

Comments
 (0)