File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 77 - uses : actions/checkout@v2
88 - name : Cs-Fixer
99 run : |
10- wget -q https://cs.symfony.com/download/php-cs-fixer-v2.phar -O php-cs-fixer
11- chmod a+x php-cs-fixer
12- PHP_CS_FIXER_IGNORE_ENV=true ./php-cs-fixer fix src --dry-run
10+ wget -q https://cs.symfony.com/download/php-cs-fixer-v2.phar -O php-cs-fixer
11+ chmod a+x php-cs-fixer
12+ PHP_CS_FIXER_IGNORE_ENV=true ./php-cs-fixer fix src --dry-run
1313
1414 phpunit :
1515 runs-on : ubuntu-latest
2020 php-version : ' 8.0'
2121 tools : composer:v2
2222 coverage : pcov
23+ extensions : zip, xdebug
2324 - uses : actions/cache@v2
2425 with :
2526 path : ' **/vendor'
3031 with :
3132 args : --prefer-dist
3233 php_version : 8.0
34+ php_extensions : zip xdebug
3335 - name : Run tests & generate Coverage
3436 run : bin/phpunit --configuration=phpunit.xml tests --coverage-html var/coverage --whitelist=src
3537 - name : Store coverage files
5153 with :
5254 args : --prefer-dist
5355 php_version : 8.0
56+ php_extensions : zip xdebug
5457 - name : PHPStan
5558 uses : php-actions/phpstan@v2
5659 with :
5760 path : src/
5861 level : 4
5962 php_version : 8.0
63+ php_extensions : zip xdebug
You can’t perform that action at this time.
0 commit comments