Skip to content

Commit d120c79

Browse files
Bump ramsey/composer-install from 1 to 2
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>
1 parent 001ef4a commit d120c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
coverage: none
2424

2525
- name: Install Composer Dependencies
26-
uses: ramsey/composer-install@v1
26+
uses: ramsey/composer-install@v2
2727

2828
- name: Run phpunit
2929
run: vendor/bin/phpunit --verbose
@@ -41,7 +41,7 @@ jobs:
4141
coverage: none
4242

4343
- name: Install Composer Dependencies
44-
uses: ramsey/composer-install@v1
44+
uses: ramsey/composer-install@v2
4545

4646
- name: Run phpstan
4747
run: vendor/bin/phpstan analyse --no-progress

0 commit comments

Comments
 (0)