Skip to content

Commit 6e459ee

Browse files
committed
change phpstan action
1 parent 2d2ac1d commit 6e459ee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/phpstan.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,5 @@ jobs:
2626
- name: Install composer dependencies
2727
uses: ramsey/composer-install@v3
2828

29-
- name: Install larastan
30-
run: |
31-
composer require "larastan/larastan" --no-interaction --no-update
32-
composer update --prefer-dist --no-interaction
33-
3429
- name: Run analyse phpstan
3530
run: vendor/bin/phpstan analyse --error-format github

0 commit comments

Comments
 (0)