Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Nov 14, 2024
1 parent aa6b9a9 commit 7def1c9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,5 @@ 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 --fail-on-deprecation
if: matrix.laravel >= 10

- name: Execute tests
run: vendor/bin/phpunit
if: matrix.laravel < 10
run: vendor/bin/phpunit ${{ matrix.laravel >= 10 && '--display-deprecations --fail-on-deprecation' || '' }}

0 comments on commit 7def1c9

Please sign in to comment.