From 86318d8a63ab0816af774e05cda577205b69f307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:09:30 +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/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c039c60..e0d5617 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: with: php-version: '8.4' coverage: xdebug - - uses: ramsey/composer-install@v3 + - uses: ramsey/composer-install@v4 - run: composer pest:unit -- --coverage-clover coverage-unit.xml --ci @@ -71,7 +71,7 @@ jobs: php-version: '8.4' coverage: none tools: box:4 - - uses: ramsey/composer-install@v3 + - uses: ramsey/composer-install@v4 with: composer-options: --no-dev --prefer-dist