Skip to content

Commit 751f146

Browse files
dependabot[bot]othillo
authored andcommitted
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 53d9478 commit 751f146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: "Validate composer.json and composer.lock"
3535
run: "composer validate --strict --no-interaction --ansi"
3636
- name: "Install dependencies with Composer"
37-
uses: "ramsey/composer-install@v2"
37+
uses: "ramsey/composer-install@v3"
3838
- name: "Run tests"
3939
run: "make test"
4040

@@ -54,6 +54,6 @@ jobs:
5454
php-version: "8.0"
5555
coverage: "none"
5656
- name: "Install dependencies with Composer"
57-
uses: "ramsey/composer-install@v2"
57+
uses: "ramsey/composer-install@v3"
5858
- name: "Run PHPStan"
5959
run: "make phpstan"

0 commit comments

Comments
 (0)