From 69b0aedb414c2b4bf654080d39386273a31298fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 09:59:46 +0100 Subject: [PATCH] build(deps): Bump ramsey/composer-install from 2 to 3 (#19) Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/v2...v3) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8a47762..ada22ab 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,6 +27,6 @@ jobs: with: php-version: ${{ matrix.php-version }} ini-values: assert.exception=1, zend.assertions=1 - - uses: ramsey/composer-install@v2 + - uses: ramsey/composer-install@v3 - name: PHPUnit run: vendor/bin/phpunit