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 1717 php-version :
1818 - " 8.0"
1919 - " 8.1"
20+ - " 8.2"
2021 dependencies :
2122 - " lowest"
2223 - " highest"
3536 ini-values : " zend.assertions=1"
3637
3738 - name : " Install dependencies with Composer"
38- uses : " ramsey/composer-install@v1 "
39+ uses : " ramsey/composer-install@v2 "
3940 with :
4041 dependency-versions : " ${{ matrix.dependencies }}"
4142
7778 strategy :
7879 matrix :
7980 php-version :
80- - " 8.0 "
81+ - " 8.2 "
8182
8283 steps :
8384 - name : " Checkout"
@@ -91,10 +92,10 @@ jobs:
9192 tools : " cs2pr"
9293
9394 - name : " Install dependencies with Composer"
94- uses : " ramsey/composer-install@v1 "
95+ uses : " ramsey/composer-install@v2 "
9596
9697 - 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 "
9899
99100 - name : " Run php-cs-fixer"
100101 run : " vendor/bin/php-cs-fixer fix --diff --dry-run -v"
Original file line number Diff line number Diff line change 2020file that was distributed with this source code.
2121EOF ;
2222
23- return PhpCsFixer \Config:: create ( )
24- ->setRules ([
23+ return ( new PhpCsFixer \Config () )
24+ ->setRules ([
2525 '@PSR2 ' => true ,
2626 'array_syntax ' => ['syntax ' => 'short ' ],
2727 'no_unreachable_default_argument_value ' => false ,
Original file line number Diff line number Diff line change 2727 },
2828 "require-dev" : {
2929 "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" ,
3132 "react/promise" : " ^2.8.0" ,
3233 "webonyx/graphql-php" : " ^14.0"
3334 },
You can’t perform that action at this time.
0 commit comments