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 61
61
run : composer update --no-ansi --no-interaction --no-progress
62
62
63
63
- 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
65
65
66
66
phpunit :
67
67
name : PHPUnit
Original file line number Diff line number Diff line change 44
44
"require-dev" : {
45
45
"php-service-bus/code-style-config" : " v1.3.*" ,
46
46
"phpunit/phpunit" : " v9.5.*" ,
47
- "vimeo/psalm" : " v4.5 .*" ,
47
+ "vimeo/psalm" : " v4.6 .*" ,
48
48
"phpstan/phpstan" : " v0.12.*"
49
49
},
50
50
"prefer-stable" : true ,
51
51
"minimum-stability" : " dev" ,
52
52
"scripts" : {
53
- "psalm" : " ./vendor/bin/psalm --config=psalm.xml" ,
53
+ "psalm" : " rm -rf ~/.cache/psalm/ && ./vendor/bin/psalm --config=psalm.xml" ,
54
54
"phpstan" : " ./vendor/bin/phpstan analyse src --level 7" ,
55
55
"tests" : " ./vendor/bin/phpunit --configuration phpunit.xml --debug --verbose --debug" ,
56
56
"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