File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1515 - name : Set up PHP
1616 uses : shivammathur/setup-php@v2
1717 with :
18- php-version : 7.4
18+ php-version : 8.2
1919 coverage : none
2020
2121 - name : Checkout code
4444 composer update --no-interaction --prefer-dist --optimize-autoloader
4545
4646 - name : PHPStan
47- uses : docker://oskarstark/phpstan-ga:1.6.0
48- with :
49- entrypoint : /composer/vendor/bin/phpstan
50- args : analyze --no-progress
47+ run : vendor/bin/phpstan analyze --no-progress
5148
5249 php-cs-fixer :
5350 name : PHP-CS-Fixer
Original file line number Diff line number Diff line change 3030 "nette/php-generator" : " ^3.6.4" ,
3131 "nette/utils" : " ^3.0" ,
3232 "nyholm/symfony-bundle-test" : " ^2.0" ,
33+ "phpstan/phpstan" : " 1.6.0" ,
3334 "psr/cache" : " ^1.0 || ^2.0 || ^3.0" ,
3435 "swaggest/json-diff" : " ^3.7" ,
3536 "symfony/cache" : " ^4.4 || ^5.0 || ^6.0 || ^7.0" ,
You can’t perform that action at this time.
0 commit comments