Skip to content

Commit

Permalink
Update ramsey/composer-install action to v2.2.0
Browse files Browse the repository at this point in the history
| datasource  | package                 | from  | to    |
| ----------- | ----------------------- | ----- | ----- |
| github-tags | ramsey/composer-install | 2.1.0 | 2.2.0 |
| github-tags | ramsey/composer-install | 2.1.0 | 2.2.0 |
  • Loading branch information
renovate[bot] committed Nov 5, 2022
1 parent 328d083 commit 8fc45d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
extensions: pcov
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 @@ -38,7 +38,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
- uses: "ramsey/composer-install@2.1.0"
- uses: "ramsey/composer-install@2.2.0"
with:
dependency-versions: "highest"
- run: composer global config bin-dir /usr/local/bin
Expand Down

0 comments on commit 8fc45d7

Please sign in to comment.