File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
run : " composer validate"
40
40
41
41
- name : " Install dependencies with composer"
42
- uses : " ramsey/composer-install@3.0 .0"
42
+ uses : " ramsey/composer-install@3.1 .0"
43
43
with :
44
44
composer-options : " --no-scripts"
45
45
71
71
php-version : " ${{ matrix.php-version }}"
72
72
73
73
- name : " Install dependencies with composer"
74
- uses : " ramsey/composer-install@3.0 .0"
74
+ uses : " ramsey/composer-install@3.1 .0"
75
75
76
76
- name : " Static code analysis"
77
77
run : " vendor/bin/phpstan analyse --configuration phpstan.neon.dist --no-progress"
98
98
php-version : " ${{ matrix.php-version }}"
99
99
100
100
- name : " Install dependencies with composer"
101
- uses : " ramsey/composer-install@3.0 .0"
101
+ uses : " ramsey/composer-install@3.1 .0"
102
102
103
103
- name : " Run unit tests"
104
104
run : " vendor/bin/phpunit --configuration=phpunit.xml.dist --coverage-clover=.build/logs/clover.xml"
You can’t perform that action at this time.
0 commit comments