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 15
15
- name : Set up PHP
16
16
uses : shivammathur/setup-php@v2
17
17
with :
18
- php-version : 7.4
18
+ php-version : 8.2
19
19
coverage : none
20
20
21
21
- name : Checkout code
44
44
composer update --no-interaction --prefer-dist --optimize-autoloader
45
45
46
46
- 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
51
48
52
49
php-cs-fixer :
53
50
name : PHP-CS-Fixer
Original file line number Diff line number Diff line change 30
30
"nette/php-generator" : " ^3.6.4" ,
31
31
"nette/utils" : " ^3.0" ,
32
32
"nyholm/symfony-bundle-test" : " ^2.0" ,
33
+ "phpstan/phpstan" : " 1.6.0" ,
33
34
"psr/cache" : " ^1.0 || ^2.0 || ^3.0" ,
34
35
"swaggest/json-diff" : " ^3.7" ,
35
36
"symfony/cache" : " ^4.4 || ^5.0 || ^6.0 || ^7.0" ,
You can’t perform that action at this time.
0 commit comments