Skip to content

Commit 0f5e71b

Browse files
authored
Remove --verbose flag for PHPUnit 12 compatibility
1 parent b622f1d commit 0f5e71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
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)