Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Drop verbose on phpunit since it's no longer supported
  • Loading branch information
J-Brk authored Mar 13, 2024
1 parent ff27972 commit aa67897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Execute tests
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit

0 comments on commit aa67897

Please sign in to comment.