Skip to content

Commit

Permalink
Merge pull request #137 from netglue/renovate/ramsey-composer-install…
Browse files Browse the repository at this point in the history
…-3.x
  • Loading branch information
gsteel committed Feb 29, 2024
2 parents 7524d9a + dea940d commit a22cc22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
extensions: pcov
coverage: pcov
ini-values: pcov.enabled=1
- uses: "ramsey/composer-install@2.3.0"
- uses: "ramsey/composer-install@3.0.0"
- run: php ./vendor/bin/phpunit --coverage-clover=coverage.xml
# Env allows smoke tests to run against a real repository
env:
Expand All @@ -50,7 +50,7 @@ jobs:
php-version: ${{ env.default_php }}
ini-values: memory_limit=-1
extensions: ${{ env.php_extensions }}
- uses: "ramsey/composer-install@2.3.0"
- uses: "ramsey/composer-install@3.0.0"
with:
dependency-versions: "highest"
- run: composer global config bin-dir /usr/local/bin
Expand All @@ -67,7 +67,7 @@ jobs:
with:
coverage: "xdebug"
php-version: ${{ env.default_php }}
- uses: "ramsey/composer-install@2.3.0"
- uses: "ramsey/composer-install@3.0.0"
with:
dependency-versions: "highest"
- run: "vendor/bin/infection --configuration=infection-custom.json"

0 comments on commit a22cc22

Please sign in to comment.