File tree Expand file tree Collapse file tree 4 files changed +5
-56
lines changed
Expand file tree Collapse file tree 4 files changed +5
-56
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 larastan :
11- name : L${{ matrix.laravel }} - Larastan${{ matrix.phpstan }}
11+ name : " Running Larastan check "
1212 runs-on : ubuntu-latest
13- strategy :
14- matrix :
15- laravel : ["10.*", "11.*", "12.*"]
16- include :
17- - laravel : " 10.*"
18- phpstan : 1
19- - laravel : " 11.*"
20- phpstan : 2
21- - laravel : " 12.*"
22- phpstan : 2
23-
2413 steps :
2514 - name : Checkout code
2615 uses : actions/checkout@v3
3928 key : composer-${{ hashFiles('composer.lock') }}
4029
4130 - name : Run composer install
42- run : |
43- composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
44- composer update --prefer-dist --no-interaction
31+ run : composer install -n --prefer-dist
4532
4633 - name : Run phpstan
47- run : ./vendor/bin/phpstan --configuration=phpstan${{ matrix.phpstan }}.neon
34+ run : ./vendor/bin/phpstan
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ parameters:
1111 ignoreErrors :
1212 - ' #Parameter \ #1 \$object_or_class of function method_exists expects object\|string , mixed given\. #'
1313 - '#Trying to invoke mixed but it (.* ) not a callable\. #'
14-
15- checkMissingIterableValueType : false
14+ -
15+ identifier : missingType.iterableValue
1616
1717 reportUnmatchedIgnoredErrors : false
1818
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments