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:
31
31
- " 8.1"
32
32
33
33
steps :
34
- - name : " Checkout code"
35
- uses : " actions/checkout@v2"
34
+ - name : Checkout code
35
+ uses : actions/checkout@v2
36
36
37
- - name : " Install PHP"
38
- uses : " shivammathur/setup-php@v2"
37
+ - name : Setup PHP
38
+ uses : shivammathur/setup-php@v2
39
39
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
43
43
44
44
- name : Install dependencies
45
45
uses : nick-invision/retry@v1
49
49
command : COMPOSER_ROOT_VERSION=dev-master composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
50
50
51
51
- 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