File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Expand file tree Collapse file tree 4 files changed +6
-10
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 350350 <severity >8</severity >
351351 <type >warning</type >
352352 </rule >
353-
353+
354354 <!-- Severity 7 warnings: General code issues. -->
355355 <rule ref =" Generic.Arrays.DisallowLongArraySyntax" >
356356 <severity >7</severity >
762762 </rule >
763763
764764 <!-- PHPCompatibility configuration. -->
765- <config name =" testVersion" value =" 7.4- " />
765+ <config name =" testVersion" value =" 8.1-8.2 " />
766766 <rule ref =" PHPCompatibility" >
767767 <exclude name =" PHPCompatibility.Miscellaneous.RemovedAlternativePHPTags.MaybeASPOpenTagFound" />
768768 <!-- Following sniffs have been updated or renamed in PHPCompatibility 10 -->
Original file line number Diff line number Diff line change 88 "type" : " phpcodesniffer-standard" ,
99 "version" : " 31" ,
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" : " *" ,
You can’t perform that action at this time.
0 commit comments