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 36083ac commit 00bf7c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,10 @@ jobs:
run: |
composer update --prefer-dist --no-interaction --no-progress --with="illuminate/support=^${{ matrix.laravel }}"
- name: Execute tests (display deprecations)
run: vendor/bin/phpunit --display-deprecations
run: vendor/bin/phpunit --display-deprecations --fail-on-deprecation
if: matrix.laravel >= 10

- name: Execute tests
run: vendor/bin/phpunit
if: matrix.laravel < 10
if: matrix.laravel < 10

0 comments on commit 00bf7c2

Please sign in to comment.