Skip to content

Commit

Permalink
Bump ramsey/composer-install from 2 to 3
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and othillo committed Mar 5, 2024
1 parent a6f70c5 commit 76a0a2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: "Validate composer.json and composer.lock"
run: "composer validate --strict --no-interaction --ansi"
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
- name: "Run tests"
run: "make test"

Expand All @@ -50,7 +50,7 @@ jobs:
php-version: "8.0"
coverage: "none"
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
- name: "Check coding standards"
run: "make php-cs-fixer-ci"

Expand All @@ -66,6 +66,6 @@ jobs:
php-version: "8.0"
coverage: "none"
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
- name: "Run PHPStan"
run: "make phpstan"

0 comments on commit 76a0a2d

Please sign in to comment.