Skip to content

Commit

Permalink
Bump ramsey/composer-install from 1 to 2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and othillo committed Mar 25, 2023
1 parent 6b12eea commit 68bc9b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -38,7 +38,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@v1"
uses: "ramsey/composer-install@v2"
- name: "Install specific Symfony version"
run: "composer --no-update require symfony/symfony:^${{ matrix.symfony-version }}"
- name: "Run tests"
Expand All @@ -56,7 +56,7 @@ jobs:
php-version: "8.0"
coverage: "none"
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
uses: "ramsey/composer-install@v2"
- name: "Check coding standards"
run: "make php-cs-fixer-ci"
- name: Create Pull Request
Expand All @@ -82,6 +82,6 @@ jobs:
php-version: "8.0"
coverage: "none"
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
uses: "ramsey/composer-install@v2"
- name: "Run PHPStan"
run: "make phpstan"

0 comments on commit 68bc9b8

Please sign in to comment.