File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 coverage : none
2828 tools : none
2929
30- - name : Run friendsofphp/php-cs-fixer
30+ - name : Run PHP-CS-Fixer
3131 run : ./tools/php-cs-fixer fix --dry-run --show-progress=dots --using-cache=no --verbose
3232
3333 type-checker :
9292 coverage-driver : " xdebug"
9393
9494 steps :
95- - name : Configure git to avoid issues with line endings
95+ - name : Configure Git to avoid issues with line endings
9696 if : matrix.os == 'windows-latest'
9797 run : git config --global core.autocrlf false
9898
@@ -108,15 +108,15 @@ jobs:
108108 ini-values : ${{ env.PHP_INI_VALUES }}
109109 tools : none
110110
111- - name : Install lowest dependencies with composer
111+ - name : Install lowest dependencies with Composer
112112 if : matrix.dependencies == 'lowest'
113113 run : php ./tools/composer update --no-ansi --no-interaction --no-progress --prefer-lowest
114114
115- - name : Install highest dependencies with composer
115+ - name : Install highest dependencies with Composer
116116 if : matrix.dependencies == 'highest'
117117 run : php ./tools/composer update --no-ansi --no-interaction --no-progress
118118
119- - name : Run tests with phpunit/phpunit
119+ - name : Run tests with PHPUnit
120120 run : vendor/bin/phpunit --coverage-clover=coverage.xml
121121
122122 - name : Send code coverage report to Codecov.io
You can’t perform that action at this time.
0 commit comments