From 07731719296b88d9c8a02d78f025fa738d54481f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 11:00:14 +0000 Subject: [PATCH] chore(deps): update shivammathur/setup-php action to v2.35.4 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.35.3 | 2.35.4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/php-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml index 05d5cf9..b3cecc9 100644 --- a/.github/workflows/php-tests.yml +++ b/.github/workflows/php-tests.yml @@ -21,7 +21,7 @@ jobs: uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0 - name: "Install PHP" - uses: "shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f" # 2.35.3 + uses: "shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4" # 2.35.4 with: coverage: "${{ matrix.coverage }}" ini-values: display_errors=On, display_startup_errors=On, error_reporting=32767