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

windows_tests:
runs-on: windows-latest
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
composer update --prefer-dist --no-interaction --no-progress --with="illuminate/support=~${{ matrix.laravel }}"
- name: Execute tests
run: vendor/bin/phpunit --display-deprecations --fail-on-deprecations
run: vendor/bin/phpunit --display-deprecations --fail-on-deprecation

0 comments on commit 7dac366

Please sign in to comment.