File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 php-version : " ${{ matrix.php-version }}"
2828 ini-values : " ${{ env.INI_VALUES }}"
2929 tools : composer-normalize,composer-require-checker,composer-unused
30- - uses : " ramsey/composer-install@v3 "
30+ - uses : " ramsey/composer-install@4.0.0 "
3131
3232 - run : " composer validate --strict"
3333 - run : " composer-normalize --dry-run"
5454 coverage : " ${{ matrix.code-coverage }}"
5555 php-version : " ${{ matrix.php-version }}"
5656 ini-values : " ${{ env.INI_VALUES }}"
57- - uses : " ramsey/composer-install@v3 "
57+ - uses : " ramsey/composer-install@4.0.0 "
5858
5959 - run : " vendor/bin/phpunit --no-coverage --no-logging"
6060 if : ${{ matrix.code-coverage == 'none' }}
8787 coverage : " none"
8888 php-version : " ${{ matrix.php-version }}"
8989 ini-values : " ${{ env.INI_VALUES }}"
90- - uses : " ramsey/composer-install@v3 "
90+ - uses : " ramsey/composer-install@4.0.0 "
9191
9292 - run : " vendor/bin/php-cs-fixer fix --verbose --dry-run --diff"
You can’t perform that action at this time.
0 commit comments