Skip to content

Commit 2ddc480

Browse files
jrfnlgrogy
authored andcommitted
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
1 parent b6e254a commit 2ddc480

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Install dependencies and handle caching in one go.
3232
# @link https://github.com/marketplace/actions/install-composer-dependencies
3333
- name: Install Composer dependencies
34-
uses: "ramsey/composer-install@v1"
34+
uses: "ramsey/composer-install@v2"
3535

3636
- name: Check PHP code style
3737
continue-on-error: true

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
# @link https://github.com/marketplace/actions/install-composer-dependencies
4545
- name: Install Composer dependencies - normal
4646
if: ${{ matrix.experimental == false }}
47-
uses: "ramsey/composer-install@v1"
47+
uses: "ramsey/composer-install@v2"
4848

4949
# For the PHP "nightly", we need to install with ignore platform reqs as not all dependencies allow it.
5050
- name: Install Composer dependencies - with ignore platform
5151
if: ${{ matrix.experimental == true }}
52-
uses: "ramsey/composer-install@v1"
52+
uses: "ramsey/composer-install@v2"
5353
with:
5454
composer-options: --ignore-platform-reqs
5555

0 commit comments

Comments
 (0)