File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v3
1010 - uses : shivammathur/setup-php@v2
1111 with :
12- php-version : 8.2
12+ php-version : 8.3
1313 coverage : none
1414 - uses : ramsey/composer-install@v2
1515 - id : set-php-versions
Original file line number Diff line number Diff line change 3131 "phpunit/phpunit" : " ^9.5" ,
3232 "roave/infection-static-analysis-plugin" : " ^1.19" ,
3333 "roave/security-advisories" : " dev-latest" ,
34- "vimeo/psalm" : " ^4.23 " ,
34+ "vimeo/psalm" : " ^5.0 " ,
3535 "phpstan/phpstan" : " ^1.7" ,
3636 "phpstan/phpstan-phpunit" : " ^1.1" ,
3737 "phparkitect/phparkitect" : " ^0.2.21"
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ final class Configuration
1212 private const PHP_VERSIONS = [
1313 '8.1 ' ,
1414 '8.2 ' ,
15+ '8.3 ' ,
1516 ];
1617
1718 /** @var array<string, class-string<DevToolsCommand>>|null */
You can’t perform that action at this time.
0 commit comments