Skip to content

Commit

Permalink
Merge pull request #108 from gsteel/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update ramsey/composer-install action to v2.2.0
  • Loading branch information
gsteel committed Nov 4, 2022
2 parents 6587931 + 352d470 commit 9a460aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
php-version: ${{ env.stable_php }}
coverage: pcov
ini-values: pcov.enabled=1
- uses: "ramsey/composer-install@2.1.0"
- uses: "ramsey/composer-install@2.2.0"
- run: php ./vendor/bin/phpunit --coverage-clover=coverage.xml
- uses: codecov/codecov-action@v3
with:
Expand All @@ -48,7 +48,7 @@ jobs:
php-version: ${{ env.stable_php }}
ini-values: memory_limit=-1
extensions: ${{ env.php_extensions }}
- uses: "ramsey/composer-install@2.1.0"
- uses: "ramsey/composer-install@2.2.0"
- run: composer global config bin-dir /usr/local/bin
- run: composer global require -W maglnet/composer-require-checker
- run: /usr/local/bin/composer-require-checker check

0 comments on commit 9a460aa

Please sign in to comment.