File tree 3 files changed +4
-8
lines changed
3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,11 @@ jobs:
13
13
fail-fast : false
14
14
matrix :
15
15
php-version :
16
- - " 7.4"
17
- - " 8.0"
18
16
- " 8.1"
17
+ - " 8.2"
19
18
dependencies :
20
19
- " lowest"
21
20
- " highest"
22
- exclude :
23
- - php-version : " 8.1"
24
- dependencies : " lowest"
25
21
name : Tests with PHP ${{ matrix.php-version }} and ${{ matrix.dependencies }} dependencies
26
22
27
23
steps :
Original file line number Diff line number Diff line change 761
761
</rule >
762
762
763
763
<!-- PHPCompatibility configuration. -->
764
- <config name =" testVersion" value =" 7.4- " />
764
+ <config name =" testVersion" value =" 8.1-8.2 " />
765
765
<rule ref =" PHPCompatibility" >
766
766
<exclude name =" PHPCompatibility.Miscellaneous.RemovedAlternativePHPTags.MaybeASPOpenTagFound" />
767
767
<!-- Following sniffs have an equivalent in PHPCS -->
Original file line number Diff line number Diff line change 8
8
"type" : " phpcodesniffer-standard" ,
9
9
"version" : " 32" ,
10
10
"require" : {
11
- "php" : " >=7.4 " ,
11
+ "php" : " ~8.1.0 || ~8.2.0 " ,
12
12
"webonyx/graphql-php" : " ^15.0" ,
13
13
"ext-simplexml" : " *" ,
14
14
"ext-dom" : " *" ,
19
19
"phpcsstandards/phpcsutils" : " ^1.0.5"
20
20
},
21
21
"require-dev" : {
22
- "phpunit/phpunit" : " ^9.5.8 " ,
22
+ "phpunit/phpunit" : " ^9.5.10 " ,
23
23
"yoast/phpunit-polyfills" : " ^1.0"
24
24
},
25
25
"autoload-dev" : {
You can’t perform that action at this time.
0 commit comments