File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 name : Test
1212 strategy :
1313 matrix :
14- php-version : ['8.3']
14+ php-version : ['8.3', '8.4' ]
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout code
Original file line number Diff line number Diff line change 5757 "scripts" : {
5858 "coverage" : " vendor/bin/coverage-check var/coverage/clover.xml 65" ,
5959 "cs" : " vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php" ,
60- "cs:dry-run" : " vendor/bin/php-cs-fixer fix --diff --dry-run --config=.php-cs-fixer.php" ,
60+ "cs:dry-run" : " PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --diff --dry-run --config=.php-cs-fixer.php" ,
6161 "dependency-analyser" : " vendor/bin/composer-dependency-analyser" ,
6262 "phpstan" : " vendor/bin/phpstan analyse -c phpstan.neon" ,
6363 "phpunit" : " XDEBUG_MODE=coverage vendor/bin/phpunit" ,
You can’t perform that action at this time.
0 commit comments