File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1616 strategy :
1717 matrix :
1818 php-version :
19- - " 8.1 "
19+ - " 8.2 "
2020
2121 steps :
2222 - name : " Checkout"
4343 strategy :
4444 matrix :
4545 php-version :
46- - " 8.1"
4746 - " 8.2"
47+ - " 8.3"
4848 dependencies :
4949 - " highest"
5050
7070 key : ${{ runner.os }}-php-${{ matrix.php-version }}-${{ matrix.dependencies }}-composer-${{ hashFiles('**/composer.json') }}
7171 restore-keys : ${{ runner.os }}-php-${{ matrix.php-version }}-${{ matrix.dependencies }}-composer-
7272
73- - name : " Remove PHP-CS-Fixer not ready for PHP 8.2 yet"
73+ - name : " Remove PHP-CS-Fixer not ready for PHP 8.3 yet"
7474 run : " composer remove --dev --no-update slam/php-cs-fixer-extensions"
7575
7676 - name : " Install lowest dependencies"
9393 strategy :
9494 matrix :
9595 php-version :
96- - " 8.1 "
96+ - " 8.2 "
9797
9898 steps :
9999 - name : " Checkout"
@@ -139,7 +139,7 @@ jobs:
139139 strategy :
140140 matrix :
141141 php-version :
142- - " 8.1 "
142+ - " 8.2 "
143143
144144 steps :
145145 - name : " Checkout"
@@ -176,7 +176,7 @@ jobs:
176176 strategy :
177177 matrix :
178178 php-version :
179- - " 8.1 "
179+ - " 8.2 "
180180
181181 steps :
182182 - name : " Checkout"
Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ all: csfix static-analysis test
22 @echo " Done."
33
44vendor : composer.json
5- composer update --ignore-platform-req=php
5+ composer update
6+ composer bump
67 touch vendor
78
89.PHONY : csfix
910csfix : vendor
10- php8.1 vendor/bin/php-cs-fixer fix --verbose
11+ vendor/bin/php-cs-fixer fix --verbose
1112
1213.PHONY : static-analysis
1314static-analysis : vendor
Original file line number Diff line number Diff line change 1818 }
1919 ],
2020 "require" : {
21- "php" : " ~8.1 .0 || ~8.2 .0" ,
21+ "php" : " ~8.2 .0 || ~8.3 .0" ,
2222 "phpstan/phpstan" : " ^1.10.43"
2323 },
2424 "require-dev" : {
3737 "phpstan/phpstan-deprecation-rules" : " ^1.1.4" ,
3838 "phpstan/phpstan-phpunit" : " ^1.3.15" ,
3939 "phpunit/phpunit" : " ^9.6.13" ,
40- "slam/php-cs-fixer-extensions" : " ^v3.9.0" ,
41- "slam/php-debug-r" : " ^v1.8.1"
40+ "slam/php-cs-fixer-extensions" : " ^v3.10.0"
4241 },
4342 "conflict" : {
4443 "laminas/laminas-cache" : " <3.9" ,
You can’t perform that action at this time.
0 commit comments