File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 run : phive --no-progress install --copy --trust-gpg-keys ${{ env.phiveGPGKeys }} phpunit:^8.5
111111
112112 - name : Install Composer ${{ matrix.dependencies }} dependencies & cache dependencies
113- uses : " ramsey/composer-install@v1 "
113+ uses : " ramsey/composer-install@v2 "
114114 with :
115115 composer-options : --optimize-autoloader
116116 dependency-versions : ${{ matrix.dependencies }}
@@ -196,7 +196,7 @@ jobs:
196196 ini-values : memory_limit=2G, display_errors=On, error_reporting=-1
197197
198198 - name : Install Composer dependencies & cache dependencies
199- uses : " ramsey/composer-install@v1 "
199+ uses : " ramsey/composer-install@v2 "
200200 with :
201201 composer-options : --optimize-autoloader
202202
You can’t perform that action at this time.
0 commit comments