1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00

Remove --verbose flag for PHPUnit 10+ compatibility

This commit is contained in:
Chris Brown
2025-02-28 13:28:01 -05:00
parent b622f1d09a
commit 80f9dce116

View File

@@ -37,6 +37,6 @@ jobs:
run: composer install --no-interaction --prefer-dist
- name: Execute tests
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit
env:
APP_ENV: testing