Skip to content

Commit

Permalink
Merge pull request #49 from Jean85/dependabot/github_actions/ramsey/c…
Browse files Browse the repository at this point in the history
…omposer-install-3

Bump ramsey/composer-install from 1 to 3
  • Loading branch information
Jean85 committed Apr 8, 2024
2 parents 0530900 + b9e6bb0 commit 4ea62fb
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 @@ -57,7 +57,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 @@ -67,7 +67,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 @@ -77,5 +77,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 4ea62fb

Please sign in to comment.