File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
extensions : json
44
44
45
45
- name : " Install dependencies with Composer"
46
- uses : " ramsey/composer-install@v2 "
46
+ uses : " ramsey/composer-install@v3 "
47
47
with :
48
48
composer-options : " ${{ matrix.composer-options }}"
49
49
dependency-versions : " ${{ matrix.dependency-versions }}"
99
99
extensions : json
100
100
101
101
- name : " Install dependencies with Composer"
102
- uses : " ramsey/composer-install@v2 "
102
+ uses : " ramsey/composer-install@v3 "
103
103
with :
104
104
dependency-versions : " ${{ matrix.dependency-versions }}"
105
105
Original file line number Diff line number Diff line change 29
29
tools : " cs2pr"
30
30
31
31
- name : " Install dependencies with Composer"
32
- uses : " ramsey/composer-install@v2 "
32
+ uses : " ramsey/composer-install@v3 "
33
33
34
34
- name : " Run PHP_CodeSniffer"
35
35
run : " vendor/bin/phpcs -q --no-colors --report=checkstyle | cs2pr"
Original file line number Diff line number Diff line change 29
29
tools : " cs2pr"
30
30
31
31
- name : " Install dependencies with Composer"
32
- uses : " ramsey/composer-install@v2 "
32
+ uses : " ramsey/composer-install@v3 "
33
33
34
34
- name : " Run a static analysis with phpstan/phpstan"
35
35
run : " vendor/bin/phpstan analyse --error-format=checkstyle | cs2pr"
You can’t perform that action at this time.
0 commit comments