File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6161 run : composer update --no-ansi --no-interaction --no-progress
6262
6363 - name : Run phpstan/phpstan
64- run : ./vendor/bin/phpstan analyse src --level 7
64+ run : rm -rf ~/.cache/psalm/ && ./vendor/bin/phpstan analyse src --level 7
6565
6666 phpunit :
6767 name : PHPUnit
Original file line number Diff line number Diff line change 4444 "require-dev" : {
4545 "php-service-bus/code-style-config" : " v1.3.*" ,
4646 "phpunit/phpunit" : " v9.5.*" ,
47- "vimeo/psalm" : " v4.5 .*" ,
47+ "vimeo/psalm" : " v4.6 .*" ,
4848 "phpstan/phpstan" : " v0.12.*"
4949 },
5050 "prefer-stable" : true ,
5151 "minimum-stability" : " dev" ,
5252 "scripts" : {
53- "psalm" : " ./vendor/bin/psalm --config=psalm.xml" ,
53+ "psalm" : " rm -rf ~/.cache/psalm/ && ./vendor/bin/psalm --config=psalm.xml" ,
5454 "phpstan" : " ./vendor/bin/phpstan analyse src --level 7" ,
5555 "tests" : " ./vendor/bin/phpunit --configuration phpunit.xml --debug --verbose --debug" ,
5656 "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