Skip to content

Commit

Permalink
Bump ramsey/composer-install from 1 to 3
Browse files Browse the repository at this point in the history
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 1 to 3.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@v1...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 Apr 8, 2024
1 parent f33b948 commit 065a04c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
php-version: ${{ matrix.php }}
tools: composer:${{ matrix.composer_version }}
coverage: xdebug
- uses: "ramsey/composer-install@v1"
- uses: "ramsey/composer-install@v3"
with:
dependency-versions: ${{ matrix.dependencies }}
- run: vendor/bin/phpunit --coverage-clover=coverage.xml
Expand All @@ -56,7 +56,7 @@ jobs:
with:
php-version: '7.4'
coverage: none
- uses: "ramsey/composer-install@v1"
- uses: "ramsey/composer-install@v3"
- run: vendor/bin/php-cs-fixer fix --ansi --verbose --dry-run
PHPStan:
runs-on: ubuntu-latest
Expand All @@ -66,7 +66,7 @@ jobs:
with:
php-version: '7.4'
coverage: none
- uses: "ramsey/composer-install@v1"
- uses: "ramsey/composer-install@v3"
- run: vendor/bin/phpstan analyse
Psalm:
runs-on: ubuntu-latest
Expand All @@ -76,5 +76,5 @@ jobs:
with:
php-version: '7.4'
coverage: none
- uses: "ramsey/composer-install@v1"
- uses: "ramsey/composer-install@v3"
- run: vendor/bin/psalm

0 comments on commit 065a04c

Please sign in to comment.