File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 99 name : Check composer.json
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - uses : shivammathur/setup-php@v2
1414 with :
1515 coverage : none
16- php-version : ' 8.1 '
16+ php-version : ' 8.2 '
1717 - run : composer validate --strict --no-check-lock
1818
1919 static_analysis :
2020 name : Static analysis
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 - uses : shivammathur/setup-php@v2
2525 with :
2626 coverage : none
27- php-version : ' 8.1 '
27+ php-version : ' 8.2 '
2828 - name : Install dependencies
2929 run : composer update --ansi --no-progress --prefer-dist --no-interaction
3030 - run : vendor/bin/phpstan analyze
5050 composer_flags : ' --prefer-lowest'
5151
5252 steps :
53- - uses : actions/checkout@v3
53+ - uses : actions/checkout@v4
5454 - uses : shivammathur/setup-php@v2
5555 with :
5656 coverage : " none"
Original file line number Diff line number Diff line change 77 },
88 "require-dev" : {
99 "ext-mbstring" : " *" ,
10- "phpstan/phpstan" : " ^1.9 " ,
11- "phpstan/phpstan-deprecation-rules" : " ^1.1" ,
12- "phpstan/phpstan-phpunit" : " ^1.3" ,
13- "phpunit/phpunit" : " ^9.5 " ,
14- "symfony/http-client" : " ^5.3 "
10+ "phpstan/phpstan" : " ^1.10.39 " ,
11+ "phpstan/phpstan-deprecation-rules" : " ^1.1.4 " ,
12+ "phpstan/phpstan-phpunit" : " ^1.3.15 " ,
13+ "phpunit/phpunit" : " ^9.6.13 " ,
14+ "symfony/http-client" : " ^5.4.29 || ^6.3.5 "
1515 },
1616 "autoload" : {
1717 "psr-4" : {
You can’t perform that action at this time.
0 commit comments