We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b3df7 commit 0935e6cCopy full SHA for 0935e6c
.github/workflows/tests.yml
@@ -62,4 +62,4 @@ jobs:
62
composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts=^${{ matrix.laravel }}"
63
64
- name: Execute tests
65
- run: vendor/bin/phpunit
+ run: vendor/bin/phpunit --display-deprecations
0 commit comments