File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,13 @@ jobs:
2121 php-version : ' 8.2'
2222 coverage : xdebug
2323
24- - name : Validate composer.json and composer.lock
24+ - name : Validate composer.json
2525 run : composer validate --no-check-publish
2626
2727 - name : Composer install
28- run : composer install --no-progress
28+ run : |
29+ composer config platform.php 8.2
30+ composer install --no-progress
2931
3032 - name : Run PHP-CS-Fixer
3133 run : vendor/bin/php-cs-fixer fix -v --dry-run --stop-on-violation --using-cache=no
Original file line number Diff line number Diff line change 1+ /composer.lock
12/.settings
23/.project
34/.buildpath
Original file line number Diff line number Diff line change 2727 "config" : {
2828 "allow-plugins" : {
2929 "phpstan/extension-installer" : true
30- },
31- "platform" : {
32- "php" : " 8.2"
3330 }
3431 }
3532}
You can’t perform that action at this time.
0 commit comments