Skip to content

Commit

Permalink
Update ramsey/composer-install action to v2.3.0
Browse files Browse the repository at this point in the history
| datasource  | package                 | from  | to    |
| ----------- | ----------------------- | ----- | ----- |
| github-tags | ramsey/composer-install | 2.2.0 | 2.3.0 |
  • Loading branch information
renovate[bot] committed Feb 28, 2024
1 parent 7eb7c7e commit 7524d9a
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.2.0"
- uses: "ramsey/composer-install@2.3.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.2.0"
- uses: "ramsey/composer-install@2.3.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.2.0"
- uses: "ramsey/composer-install@2.3.0"
with:
dependency-versions: "highest"
- run: "vendor/bin/infection --configuration=infection-custom.json"

0 comments on commit 7524d9a

Please sign in to comment.