From b893ab69b842f855e3ef468f3336f4cbfc9ec3c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 17:31:16 +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 14c6638..7ade7b8 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -34,7 +34,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 }}" @@ -104,7 +104,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 }}"