From 1df2bad048ee184f41057ddb787e10e2afd47722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 08:04:22 +0000 Subject: [PATCH] build(deps): Bump shivammathur/setup-php from 2.13.0 to 2.14.0 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.13.0 to 2.14.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.13.0...2.14.0) --- updated-dependencies: - dependency-name: shivammathur/setup-php 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 a1efde4..43b3f3e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 1 - name: Install PHP - uses: shivammathur/setup-php@2.13.0 + uses: shivammathur/setup-php@2.14.0 with: php-version: ${{ matrix.php-versions }} extensions: gd,mbstring,xdebug