File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,18 @@ jobs:
4040 RUN_BENCHMARK : false
4141 - PHP_VERSION : " 8.1"
4242 CODE_COVERAGE : false
43- RUN_PHPSTAN : true
43+ RUN_PHPSTAN : false
4444 RUN_PSALM : false
4545 RUN_BENCHMARK : false
4646 - PHP_VERSION : " 8.2"
4747 CODE_COVERAGE : false
48- RUN_PHPSTAN : true
48+ RUN_PHPSTAN : false
4949 RUN_PSALM : false
5050 RUN_BENCHMARK : true
5151 - PHP_VERSION : " 8.3"
5252 CODE_COVERAGE : true
53- RUN_PHPSTAN : true
54- RUN_PSALM : false
53+ RUN_PHPSTAN : false
54+ RUN_PSALM : true
5555 RUN_BENCHMARK : false
5656 - PHP_VERSION : " 8.4"
5757 CODE_COVERAGE : false
Original file line number Diff line number Diff line change 2424 "phpbench/phpbench" : " ^0.16.10 || ^1.0.4" ,
2525 "phpstan/phpstan" : " ^1.3.1" ,
2626 "phpunit/phpunit" : " ^7.5.20 | ^8.5.22 | ^9.5.11" ,
27- "vimeo/psalm" : " ^4.17.0"
27+ "vimeo/psalm" : " ^4.17.0 | ^5.26.1 "
2828 },
2929 "autoload" : {
3030 "psr-4" : {
You can’t perform that action at this time.
0 commit comments