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.1
12+ php-version : 8.2
1313 coverage : none
1414 - uses : ramsey/composer-install@v2
1515 - id : set-php-versions
Original file line number Diff line number Diff line change 2626 "symfony/process" : " ^5.4 || ^6.0"
2727 },
2828 "require-dev" : {
29- "myonlinestore/coding-standard" : " dev-doctrine-cs-10 " ,
29+ "myonlinestore/coding-standard" : " ^4.0 " ,
3030 "doctrine/coding-standard" : " 10.0.x-dev" ,
3131 "phpunit/phpunit" : " ^9.5" ,
3232 "roave/infection-static-analysis-plugin" : " ^1.19" ,
Original file line number Diff line number Diff line change 1010final class Configuration
1111{
1212 private const PHP_VERSIONS = [
13- '8.0 ' ,
1413 '8.1 ' ,
14+ '8.2 ' ,
1515 ];
1616
1717 /** @var array<string, class-string<DevToolsCommand>>|null */
18- private array | null $ enabledTools = null ;
18+ private array | null $ enabledTools = null ;
1919
2020 /** @var list<string>|null */
21- private array | null $ phpVersions = null ;
21+ private array | null $ phpVersions = null ;
2222
2323 private string $ rootDir ;
24- private string | null $ workingDir = null ;
25- private string | null $ threads = null ;
24+ private string | null $ workingDir = null ;
25+ private string | null $ threads = null ;
2626
2727 public function __construct ()
2828 {
You can’t perform that action at this time.
0 commit comments