File tree Expand file tree Collapse file tree 1 file changed +19
-18
lines changed
Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,22 @@ jobs:
1818 phpstan :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
22- - uses : actions/cache@v3
23- with :
24- path : ' **/vendor'
25- key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
26- restore-keys : |
27- ${{ runner.os }}-composer-
28- - uses : php-actions/composer@v6
29- with :
30- args : --prefer-dist
31- php_version : ' 8.2'
32- php_extensions : zip
33-
34- - name : PHPStan
35- uses : php-actions/phpstan@v3
36- with :
37- path : src/
38- level : 4
21+ - uses : actions/checkout@v3
22+ - uses : actions/cache@v3
23+ with :
24+ path : ' **/vendor'
25+ key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
26+ restore-keys : |
27+ ${{ runner.os }}-composer-
28+ - uses : php-actions/composer@v6
29+ with :
30+ args : --prefer-dist
31+ php_version : ' 8.2'
32+ php_extensions : zip xdebug
33+ - name : PHPStan
34+ uses : php-actions/phpstan@v3
35+ with :
36+ path : src/
37+ level : 4
38+ php_version : ' 8.2'
39+ php_extensions : zip xdebug
You can’t perform that action at this time.
0 commit comments