File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 php-version : ${{ env.default_php }}
2828 ini-values : memory_limit=-1
2929 extensions : ${{ env.php_extensions }}
30- - uses : ramsey/composer-install@3.2.0
30+ - uses : ramsey/composer-install@3.2.1
3131 - run : make install-tools
3232 - run : make composer-require-checker
3333
3939 - uses : shivammathur/setup-php@2.37.0
4040 with :
4141 php-version : ${{ env.default_php }}
42- - uses : ramsey/composer-install@3.2.0
42+ - uses : ramsey/composer-install@3.2.1
4343 - name : " Psalm"
4444 run : vendor/bin/psalm --report=results.sarif
4545 - name : " Upload Security Analysis results to GitHub"
5656 with :
5757 php-version : ${{ env.default_php }}
5858 coverage : xdebug
59- - uses : ramsey/composer-install@3.2.0
59+ - uses : ramsey/composer-install@3.2.1
6060 - run : make install-tools
6161 - run : make mutants
6262
6969 with :
7070 php-version : ${{ env.default_php }}
7171 tools : composer
72- - uses : ramsey/composer-install@3.2.0
72+ - uses : ramsey/composer-install@3.2.1
7373 - run : make install-tools
7474 - run : make rector-ci
7575
8282 with :
8383 php-version : ${{ env.default_php }}
8484 tools : composer
85- - uses : ramsey/composer-install@3.2.0
85+ - uses : ramsey/composer-install@3.2.1
8686 - run : make install-tools
8787 - run : make unused-ci
You can’t perform that action at this time.
0 commit comments