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 3939 run : " composer validate"
4040
4141 - name : " Install dependencies with composer"
42- uses : " ramsey/composer-install@3.1.1 "
42+ uses : " ramsey/composer-install@4.0.0 "
4343 with :
4444 composer-options : " --no-scripts"
4545
7171 php-version : " ${{ matrix.php-version }}"
7272
7373 - name : " Install dependencies with composer"
74- uses : " ramsey/composer-install@3.1.1 "
74+ uses : " ramsey/composer-install@4.0.0 "
7575
7676 - name : " Static code analysis"
7777 run : " vendor/bin/phpstan analyse --configuration phpstan.neon.dist --no-progress"
9898 php-version : " ${{ matrix.php-version }}"
9999
100100 - name : " Install dependencies with composer"
101- uses : " ramsey/composer-install@3.1.1 "
101+ uses : " ramsey/composer-install@4.0.0 "
102102
103103 - name : " Run unit tests"
104104 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