File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
ini-values : " zend.assertions=1"
40
40
41
41
- name : " Install dependencies with Composer"
42
- uses : " ramsey/composer-install@v1 "
42
+ uses : " ramsey/composer-install@v2 "
43
43
with :
44
44
dependency-versions : " ${{ matrix.dependencies }}"
45
45
composer-options : " ${{ matrix.composer-options }}"
93
93
coverage : " none"
94
94
95
95
- name : " Install dependencies with Composer"
96
- uses : " ramsey/composer-install@v1 "
96
+ uses : " ramsey/composer-install@v2 "
97
97
98
98
- name : " Run PHPBench"
99
99
run : " composer bench"
Original file line number Diff line number Diff line change 30
30
tools : " cs2pr"
31
31
32
32
- name : " Install dependencies with Composer"
33
- uses : " ramsey/composer-install@v1 "
33
+ uses : " ramsey/composer-install@v2 "
34
34
35
35
- name : " Run a static analysis with phpstan/phpstan"
36
36
run : " vendor/bin/phpstan --error-format=checkstyle | cs2pr"
You can’t perform that action at this time.
0 commit comments