File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 17
17
php-version :
18
18
- " 8.0"
19
19
- " 8.1"
20
+ - " 8.2"
20
21
dependencies :
21
22
- " lowest"
22
23
- " highest"
35
36
ini-values : " zend.assertions=1"
36
37
37
38
- name : " Install dependencies with Composer"
38
- uses : " ramsey/composer-install@v1 "
39
+ uses : " ramsey/composer-install@v2 "
39
40
with :
40
41
dependency-versions : " ${{ matrix.dependencies }}"
41
42
77
78
strategy :
78
79
matrix :
79
80
php-version :
80
- - " 8.0 "
81
+ - " 8.2 "
81
82
82
83
steps :
83
84
- name : " Checkout"
@@ -91,10 +92,10 @@ jobs:
91
92
tools : " cs2pr"
92
93
93
94
- name : " Install dependencies with Composer"
94
- uses : " ramsey/composer-install@v1 "
95
+ uses : " ramsey/composer-install@v2 "
95
96
96
97
- name : " Install php-cs-fixer"
97
- run : composer require "friendsofphp/php-cs-fixer:^2.16 "
98
+ run : composer require "friendsofphp/php-cs-fixer:^3.23 "
98
99
99
100
- name : " Run php-cs-fixer"
100
101
run : " vendor/bin/php-cs-fixer fix --diff --dry-run -v"
Original file line number Diff line number Diff line change 20
20
file that was distributed with this source code.
21
21
EOF ;
22
22
23
- return PhpCsFixer \Config:: create ( )
24
- ->setRules ([
23
+ return ( new PhpCsFixer \Config () )
24
+ ->setRules ([
25
25
'@PSR2 ' => true ,
26
26
'array_syntax ' => ['syntax ' => 'short ' ],
27
27
'no_unreachable_default_argument_value ' => false ,
Original file line number Diff line number Diff line change 27
27
},
28
28
"require-dev" : {
29
29
"guzzlehttp/promises" : " ^1.5.0 || ^2.0.0" ,
30
- "phpunit/phpunit" : " ^9.5.10" ,
30
+ "phpunit/php-code-coverage" : " ^9.2.27" ,
31
+ "phpunit/phpunit" : " ^9.6.11" ,
31
32
"react/promise" : " ^2.8.0" ,
32
33
"webonyx/graphql-php" : " ^14.0"
33
34
},
You can’t perform that action at this time.
0 commit comments