From f699c59120ba5e4bbe9067f47886ff96a7980dc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 15:44:53 +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.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b3869e71..01a595e7 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -57,7 +57,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.36.0" + uses: "shivammathur/setup-php@2.37.1" with: php-version: "${{ matrix.php-version }}" ini-values: memory_limit=-1 @@ -108,7 +108,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.36.0" + uses: "shivammathur/setup-php@2.37.1" with: php-version: "${{ matrix.php-version }}" ini-values: memory_limit=-1