From d09d483f0851ff7fc9a2bc665a6680ed3775f3e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:48:57 +0000 Subject: [PATCH] Update shivammathur/setup-php action to v2.29.0 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.28.0 | 2.29.0 | --- .github/workflows/continuous-integration.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index b15e027..71bc250 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -32,7 +32,7 @@ jobs: uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4 - name: "install php" - uses: "shivammathur/setup-php@2.28.0" + uses: "shivammathur/setup-php@2.29.0" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" @@ -66,7 +66,7 @@ jobs: uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4 - name: "install php" - uses: "shivammathur/setup-php@2.28.0" + uses: "shivammathur/setup-php@2.29.0" with: coverage: "xdebug" php-version: "${{ matrix.php-version }}" @@ -102,7 +102,7 @@ jobs: uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4 - name: "install PHP" - uses: "shivammathur/setup-php@2.28.0" + uses: "shivammathur/setup-php@2.29.0" with: coverage: "none" php-version: "${{ matrix.php-version }}"