GH Actions: version update for ramsey/composer-install

The action used to install Composer packages and handle the caching has released a new major (and some follow-up patch releases), which means, the action reference needs to be updated to benefit from it.

Refs:
* https://github.com/ramsey/composer-install/releases/tag/2.0.0
* https://github.com/ramsey/composer-install/releases/tag/2.0.1
* https://github.com/ramsey/composer-install/releases/tag/2.0.2
This commit is contained in:
jrfnl
2021-12-25 19:37:57 +01:00
parent fd03393497
commit 92f06ed36f
+2 -2
View File
@@ -110,7 +110,7 @@ jobs:
run: phive --no-progress install --copy --trust-gpg-keys ${{ env.phiveGPGKeys }} phpunit:^8.5 run: phive --no-progress install --copy --trust-gpg-keys ${{ env.phiveGPGKeys }} phpunit:^8.5
- name: Install Composer ${{ matrix.dependencies }} dependencies & cache dependencies - name: Install Composer ${{ matrix.dependencies }} dependencies & cache dependencies
uses: "ramsey/composer-install@v1" uses: "ramsey/composer-install@v2"
with: with:
composer-options: --optimize-autoloader composer-options: --optimize-autoloader
dependency-versions: ${{ matrix.dependencies }} dependency-versions: ${{ matrix.dependencies }}
@@ -196,7 +196,7 @@ jobs:
ini-values: memory_limit=2G, display_errors=On, error_reporting=-1 ini-values: memory_limit=2G, display_errors=On, error_reporting=-1
- name: Install Composer dependencies & cache dependencies - name: Install Composer dependencies & cache dependencies
uses: "ramsey/composer-install@v1" uses: "ramsey/composer-install@v2"
with: with:
composer-options: --optimize-autoloader composer-options: --optimize-autoloader