Skip to content

Commit 59e1ed7

Browse files
Update ramsey/composer-install action to v3.2.0 (#479)
| datasource | package | from | to | | ----------- | ----------------------- | ----- | ----- | | github-tags | ramsey/composer-install | 3.1.1 | 3.2.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b1ea85 commit 59e1ed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
extensions: pcov
2323
coverage: pcov
2424
ini-values: pcov.enabled=1
25-
- uses: "ramsey/composer-install@3.1.1"
25+
- uses: "ramsey/composer-install@3.2.0"
2626
- run: php ./vendor/bin/phpunit --coverage-clover=coverage.xml
2727
- uses: codecov/codecov-action@v5
2828
with:
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
php-version: "8.3"
4141
ini-values: memory_limit=-1
42-
- uses: "ramsey/composer-install@3.1.1"
42+
- uses: "ramsey/composer-install@3.2.0"
4343
- run: composer global config bin-dir /usr/local/bin
4444
- run: "composer global require -W maglnet/composer-require-checker"
4545
- run: "/usr/local/bin/composer-require-checker check"

0 commit comments

Comments
 (0)