File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
run : composer update --no-ansi --no-interaction --no-progress
42
42
43
43
- name : Run vimeo/psalm
44
- run : ./vendor/bin/psalm --config=psalm.xml --shepherd
44
+ run : rm -rf ~/.cache/psalm/ && ./vendor/bin/psalm --config=psalm.xml --shepherd
45
45
46
46
phpstan :
47
47
name : PHPStan
Original file line number Diff line number Diff line change 35
35
"require-dev" : {
36
36
"php-service-bus/code-style-config" : " v1.3.*" ,
37
37
"phpunit/phpunit" : " v9.5.*" ,
38
- "vimeo/psalm" : " v4.5 .*" ,
38
+ "vimeo/psalm" : " v4.6 .*" ,
39
39
"phpstan/phpstan" : " v0.12.*"
40
40
},
41
41
"prefer-stable" : true ,
42
42
"minimum-stability" : " dev" ,
43
43
"scripts" : {
44
- "psalm" : " ./vendor/bin/psalm --config=psalm.xml" ,
44
+ "psalm" : " rm -rf ~/.cache/psalm/ && ./vendor/bin/psalm --config=psalm.xml" ,
45
45
"phpstan" : " ./vendor/bin/phpstan analyse src --level 7" ,
46
46
"tests" : " ./vendor/bin/phpunit --configuration phpunit.xml --debug --verbose --debug" ,
47
47
"coverage" : " XDEBUG_MODE=coverage ./vendor/bin/phpunit --configuration phpunit.xml --coverage-html ./coverage --debug --verbose --debug" ,
You can’t perform that action at this time.
0 commit comments