File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ jobs:
3131 - " 8.1"
3232
3333 steps :
34- - name : " Checkout code"
35- uses : " actions/checkout@v2"
34+ - name : Checkout code
35+ uses : actions/checkout@v2
3636
37- - name : " Install PHP"
38- uses : " shivammathur/setup-php@v2"
37+ - name : Setup PHP
38+ uses : shivammathur/setup-php@v2
3939 with :
40- coverage : " none "
41- php-version : " ${{ matrix.php-version }} "
42- tools : " cs2pr "
40+ php-version : ${{ matrix.php }}
41+ tools : composer:v2
42+ coverage : none
4343
4444 - name : Install dependencies
4545 uses : nick-invision/retry@v1
4949 command : COMPOSER_ROOT_VERSION=dev-master composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
5050
5151 - name : " Run a static analysis with phpstan/phpstan"
52- run : " vendor/bin/phpstan --error-format=checkstyle | cs2pr "
52+ run : " vendor/bin/phpstan --error-format=checkstyle"
You can’t perform that action at this time.
0 commit comments