From 082b8e5187dbfa6afce26b096d42fbedd950c9de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:02:22 +0000 Subject: [PATCH] Update shivammathur/setup-php action to v2.27.0 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.26.0 | 2.27.0 | --- .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 b351d0c..509cfe3 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -58,7 +58,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.26.0" + uses: "shivammathur/setup-php@2.27.0" with: coverage: "xdebug" php-version: "${{ matrix.php-version }}"