mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user