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 975d046 commit 5cdfeda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,10 @@ jobs:
composer require --no-update
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-deprecation
if: matrix.laravel >= 10

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

0 comments on commit 5cdfeda

Please sign in to comment.