Skip to content

Commit 30b96c4

Browse files
committed
Don't run phpstan for Laravel 8
1 parent 8350a85 commit 30b96c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4545
4646
- name: Run phpstan
47+
if: ${{ matrix.laravel }} == '9.*'
4748
run: composer analyze
4849

4950
- name: Execute tests

0 commit comments

Comments
 (0)