From f9db0a90c1c53231e682aea86a7a262270eeb1ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:51:02 +0000 Subject: [PATCH] Bump ramsey/composer-install from 3 to 4 Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3 to 4. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/v3...v4) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d99ab21..17871d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: '8.5' - - uses: ramsey/composer-install@v3 + - uses: ramsey/composer-install@v4 - run: composer phpunit code-coverage: @@ -26,7 +26,7 @@ jobs: with: php-version: '8.5' coverage: pcov - - uses: ramsey/composer-install@v3 + - uses: ramsey/composer-install@v4 - name: Generate coverage report run: vendor/bin/phpunit --coverage-clover=coverage.xml - name: Upload to Codecov @@ -42,6 +42,6 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: '8.5' - - uses: ramsey/composer-install@v3 + - uses: ramsey/composer-install@v4 - run: composer phpcs - run: composer phpstan