Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Nov 13, 2024
1 parent 9304bba commit 8ce03c6
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 @@ -58,7 +58,7 @@ jobs:
composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}"
- name: Execute tests (display deprecations)
run: vendor/bin/phpunit --display-deprecations --fail-on-deprecations
run: vendor/bin/phpunit --display-deprecations --fail-on-deprecation
if: matrix.laravel >= 10

- name: Execute tests
Expand Down

0 comments on commit 8ce03c6

Please sign in to comment.