File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 operating-system : [ubuntu-latest]
10- php-versions : ['8.0 ', '8.1 ', '8.2 ']
10+ php-versions : ['8.1 ', '8.2 ', '8.3 ']
1111 composer-options : ['', '--prefer-lowest']
1212 fail-fast : false
1313 name : PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} with ${{ matrix.composer-options }}
Original file line number Diff line number Diff line change 44 "type" : " library" ,
55 "require-dev" : {
66 "friendsofphp/php-cs-fixer" : " ^3.13" ,
7- "phpro/grumphp-shim" : " ^1.14 " ,
7+ "phpro/grumphp-shim" : " ^2.3 " ,
88 "phpspec/phpspec" : " ^7.2" ,
9- "symfony/validator" : " ^5.4 || ^6.0" ,
9+ "symfony/validator" : " ^5.4 || ^6.0 || ^7.0 " ,
1010 "sebastian/comparator" : " ^4.0"
1111 },
1212 "license" : " MIT" ,
1717 }
1818 ],
1919 "require" : {
20- "php" : " ^8 .0"
20+ "php" : " ~8.1.0 || ~8.2.0 || ~8.3 .0"
2121 },
2222 "config" : {
2323 "sort-packages" : true ,
You can’t perform that action at this time.
0 commit comments