Skip to content

Commit 8d0de0e

Browse files
dependabot[bot]grogy
authored andcommitted
GH Actions: Bump ramsey/composer-install from 2 to 3
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@v2...v3) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7289654 commit 8d0de0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
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-php-dependencies-with-composer
3333
- name: Install Composer dependencies
34-
uses: "ramsey/composer-install@v2"
34+
uses: "ramsey/composer-install@v3"
3535
with:
3636
# Bust the cache at least once a month - output format: YYYY-MM.
3737
custom-cache-suffix: $(date -u "+%Y-%m")

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ jobs:
6262
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
6363
- name: Install Composer dependencies - normal
6464
if: ${{ matrix.experimental == false }}
65-
uses: "ramsey/composer-install@v2"
65+
uses: "ramsey/composer-install@v3"
6666
with:
6767
# Bust the cache at least once a month - output format: YYYY-MM.
6868
custom-cache-suffix: $(date -u "+%Y-%m")
6969

7070
# For the PHP "nightly", we need to install with ignore platform reqs as not all dependencies allow it.
7171
- name: Install Composer dependencies - with ignore platform
7272
if: ${{ matrix.experimental == true }}
73-
uses: "ramsey/composer-install@v2"
73+
uses: "ramsey/composer-install@v3"
7474
with:
7575
composer-options: --ignore-platform-reqs
7676
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -97,7 +97,7 @@ jobs:
9797
coverage: xdebug
9898

9999
- name: Install Composer dependencies - normal
100-
uses: "ramsey/composer-install@v2"
100+
uses: "ramsey/composer-install@v3"
101101
with:
102102
# Bust the cache at least once a month - output format: YYYY-MM.
103103
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)