Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Oct 9, 2024
1 parent a62d979 commit 2531842
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,10 @@ jobs:
run: |
composer update --prefer-dist --no-interaction --no-progress --with=illuminate/contracts:^${{ matrix.laravel }}
- name: Execute tests
- name: Execute tests (Deprecations)
run: vendor/bin/phpunit --display-deprecations
if: matrix.php == 8.4

- name: Execute tests
run: vendor/bin/phpunit
if: matrix.php != 8.4

0 comments on commit 2531842

Please sign in to comment.