File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,11 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 php-version :
16- - " 7.4"
17- - " 8.0"
1816 - " 8.1"
17+ - " 8.2"
1918 dependencies :
2019 - " lowest"
2120 - " highest"
22- exclude :
23- - php-version : " 8.1"
24- dependencies : " lowest"
2521 name : Tests with PHP ${{ matrix.php-version }} and ${{ matrix.dependencies }} dependencies
2622
2723 steps :
Original file line number Diff line number Diff line change 761761 </rule >
762762
763763 <!-- PHPCompatibility configuration. -->
764- <config name =" testVersion" value =" 7.4- " />
764+ <config name =" testVersion" value =" 8.1-8.2 " />
765765 <rule ref =" PHPCompatibility" >
766766 <exclude name =" PHPCompatibility.Miscellaneous.RemovedAlternativePHPTags.MaybeASPOpenTagFound" />
767767 <!-- Following sniffs have an equivalent in PHPCS -->
Original file line number Diff line number Diff line change 88 "type" : " phpcodesniffer-standard" ,
99 "version" : " 32" ,
1010 "require" : {
11- "php" : " >=7.4 " ,
11+ "php" : " ~8.1.0 || ~8.2.0 " ,
1212 "webonyx/graphql-php" : " ^15.0" ,
1313 "ext-simplexml" : " *" ,
1414 "ext-dom" : " *" ,
1919 "phpcsstandards/phpcsutils" : " ^1.0.5"
2020 },
2121 "require-dev" : {
22- "phpunit/phpunit" : " ^9.5.8 " ,
22+ "phpunit/phpunit" : " ^9.5.10 " ,
2323 "yoast/phpunit-polyfills" : " ^1.0"
2424 },
2525 "autoload-dev" : {
You can’t perform that action at this time.
0 commit comments