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@v4 "
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@v4 "
5858
5959 - run : " vendor/bin/phpunit --no-coverage --no-logging"
6060 if : ${{ matrix.code-coverage == 'none' }}
7979 coverage : " none"
8080 php-version : " ${{ matrix.php-version }}"
8181 ini-values : " ${{ env.INI_VALUES }}"
82- - uses : " ramsey/composer-install@v3 "
82+ - uses : " ramsey/composer-install@v4 "
8383
8484 - run : " vendor/bin/php-cs-fixer fix --verbose --dry-run --diff"
8585
9898 coverage : " none"
9999 php-version : " ${{ matrix.php-version }}"
100100 ini-values : " ${{ env.INI_VALUES }}"
101- - uses : " ramsey/composer-install@v3 "
101+ - uses : " ramsey/composer-install@v4 "
102102
103103 - run : " vendor/bin/phpstan analyse --no-progress --error-format=github"
You can’t perform that action at this time.
0 commit comments