File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,12 @@ jobs:
2020 fail-fast : false
2121 matrix :
2222 include :
23- - php : ' 8.0'
24- composer : 2.2.x
2523 - php : ' 8.1'
24+ composer : 2.1.x
2625 - php : ' 8.2'
2726 - php : ' 8.3'
2827 - php : ' 8.4'
29- - php : ' 8.1 '
28+ - php : ' 8.5 '
3029 mode : low-deps
3130
3231 steps :
4039 php-version : ${{ matrix.php }}
4140 tools : composer:${{ matrix.composer }}
4241
43- - if : matrix.php == '8.0 '
42+ - if : matrix.php == '8.1 '
4443 name : " Lint PHP files"
4544 run : |
4645 find src/ -name '*.php' | xargs -n1 php -l
Original file line number Diff line number Diff line change 1111 ],
1212 "minimum-stability" : " dev" ,
1313 "require" : {
14- "php" : " >=8.0 " ,
14+ "php" : " >=8.1 " ,
1515 "composer-plugin-api" : " ^2.1"
1616 },
1717 "require-dev" : {
1818 "composer/composer" : " ^2.1" ,
19- "symfony/dotenv" : " ^5 .4|^6 .0" ,
20- "symfony/filesystem" : " ^5 .4|^6 .0" ,
21- "symfony/phpunit-bridge" : " ^5 .4|^6 .0" ,
22- "symfony/process" : " ^5 .4|^6 .0"
19+ "symfony/dotenv" : " ^6 .4|^7.4|^8 .0" ,
20+ "symfony/filesystem" : " ^6 .4|^7.4|^8 .0" ,
21+ "symfony/phpunit-bridge" : " ^6 .4|^7.4|^8 .0" ,
22+ "symfony/process" : " ^6 .4|^7.4|^8 .0"
2323 },
2424 "conflict" : {
2525 "composer/semver" : " <1.7.2"
You can’t perform that action at this time.
0 commit comments