From b677fa0797b51a12f3bc4cf291d94017f08327fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 05:47:59 +0000 Subject: [PATCH] Bump shivammathur/setup-php from 2.6.0 to 2.7.0 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.6.0...87e62cbb7f1f196fda82cb871c31d8a6c51387d9) Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 57db5ec..8c963a9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: path: ~/.composer/cache/files key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }} - name: Setup PHP - uses: shivammathur/setup-php@2.6.0 + uses: shivammathur/setup-php@2.7.0 with: php-version: ${{ matrix.php }} extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick @@ -47,7 +47,7 @@ jobs: path: ~/.composer/cache/files key: dependencies-integration-composer-${{ hashFiles('composer.json') }} - name: Setup PHP - uses: shivammathur/setup-php@2.6.0 + uses: shivammathur/setup-php@2.7.0 with: php-version: 7.3 extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick