Skip to content

Commit 890a18d

Browse files
Bump ramsey/composer-install from 1 to 2 (#10)
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 1 to 2. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@v1...v2) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fbcf7fc commit 890a18d

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
@@ -30,5 +30,5 @@ jobs:
3030
with:
3131
php-version: 7.4
3232
- name: Install dependencies
33-
uses: "ramsey/composer-install@v1"
33+
uses: "ramsey/composer-install@v2"
3434
- run: ${{ matrix.script }}

.github/workflows/tests.yaml

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

0 commit comments

Comments
 (0)