Skip to content

Commit

Permalink
Merge pull request #335 from netglue/renovate/ramsey-composer-install…
Browse files Browse the repository at this point in the history
…-3.x

Update ramsey/composer-install action to v3
  • Loading branch information
gsteel committed Feb 29, 2024
2 parents 7978faf + 033705f commit 1d930d4
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 @@ -22,7 +22,7 @@ jobs:
extensions: pcov
coverage: pcov
ini-values: pcov.enabled=1
- uses: "ramsey/composer-install@2.2.0"
- uses: "ramsey/composer-install@3.0.0"
- run: php ./vendor/bin/phpunit --coverage-clover=coverage.xml
- uses: codecov/codecov-action@v4
with:
Expand All @@ -40,7 +40,7 @@ jobs:
with:
php-version: "8.2"
ini-values: memory_limit=-1
- uses: "ramsey/composer-install@2.2.0"
- uses: "ramsey/composer-install@3.0.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 1d930d4

Please sign in to comment.