From ab459d5c8308d4558692389408603c0a28e7d6ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 09:32:35 +0000 Subject: [PATCH] Update shivammathur/setup-php action to v2.37.1 [SECURITY] | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.36.0 | 2.37.1 | --- .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 689c6a1..eebe241 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -33,7 +33,7 @@ jobs: uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6 - name: "install php" - uses: "shivammathur/setup-php@2.36.0" + uses: "shivammathur/setup-php@2.37.1" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" @@ -68,7 +68,7 @@ jobs: uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6 - name: "install php" - uses: "shivammathur/setup-php@2.36.0" + uses: "shivammathur/setup-php@2.37.1" with: coverage: "xdebug" php-version: "${{ matrix.php-version }}" @@ -105,7 +105,7 @@ jobs: uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6 - name: "install PHP" - uses: "shivammathur/setup-php@2.36.0" + uses: "shivammathur/setup-php@2.37.1" with: coverage: "none" php-version: "${{ matrix.php-version }}"