Skip to content

Commit 423a49e

Browse files
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] <support@github.com>
1 parent 725dd90 commit 423a49e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
with:
3333
php-version: 7.4
3434
- name: Install dependencies
35-
uses: "ramsey/composer-install@v2"
35+
uses: "ramsey/composer-install@v3"
3636
- run: ${{ matrix.script }}

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: composer require --dev "symfony/symfony:${{ matrix.symfony }}" --no-update
5353
if: matrix.symfony
5454
- name: Install dependencies
55-
uses: "ramsey/composer-install@v2"
55+
uses: "ramsey/composer-install@v3"
5656
with:
5757
dependency-versions: "${{ matrix.dependencies }}"
5858
- name: Run tests

0 commit comments

Comments
 (0)