From 4a8b5134f62eb6568cd97d63ad76235f3c51031b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 10:03:17 +0000 Subject: [PATCH] Bump ramsey/composer-install from 2.1.0 to 2.2.0 Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/2.1.0...2.2.0) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 256ae28..03ddd7e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -20,7 +20,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