File tree Expand file tree Collapse file tree 4 files changed +3
-10
lines changed
Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 99tests export-ignore
1010vendor export-ignore
1111actions.phpunit.xml export-ignore
12-
12+ phpstan.phar export-ignore
Original file line number Diff line number Diff line change 6262 # # install composer
6363 - name : Install dependencies
6464 run : composer install $DEFAULT_COMPOSER_FLAGS
65- if : matrix.php == '8.1' || matrix.php == '8.0' || matrix.php == '7.4' || matrix.php == '7.3' || matrix.php == '7.2'
66-
67- # # install composer but remove phpstan for older systems
68- - name : Install dependencies
69- run : composer remove phpstan/phpstan && composer install $DEFAULT_COMPOSER_FLAGS
70- if : matrix.php == '7.1' || matrix.php == '7.0' || matrix.php == '5.6'
7165
7266 # # run unit tests
7367 - name : PHP Unit tests for PHP
Original file line number Diff line number Diff line change 2828 "ext-curl" : " *"
2929 },
3030 "require-dev" : {
31- "yoast/phpunit-polyfills" : " ^0.2.0" ,
32- "phpstan/phpstan" : " ^1.9"
31+ "yoast/phpunit-polyfills" : " ^0.2.0"
3332 },
3433 "autoload" : {
3534 "psr-0" : {
3635 "Curl" : " src/"
3736 }
3837 },
3938 "scripts" : {
40- "phpstan" : " vendor/bin/ phpstan -v"
39+ "phpstan" : " ./ phpstan.phar -v"
4140 }
4241}
You can’t perform that action at this time.
0 commit comments