From 3589bc7f2fa5e6112b3fbb31c416649198653cd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 22:40:58 +0000 Subject: [PATCH] chore(deps): update shivammathur/setup-php action to v2.34.1 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.34.0 | 2.34.1 | 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 8eba058..b1b73ae 100644 --- a/.github/workflows/php-tests.yml +++ b/.github/workflows/php-tests.yml @@ -21,7 +21,7 @@ jobs: uses: "actions/checkout@v4.2.2" - name: "Install PHP" - uses: "shivammathur/setup-php@2.34.0" + uses: "shivammathur/setup-php@2.34.1" with: coverage: "${{ matrix.coverage }}" ini-values: display_errors=On, display_startup_errors=On, error_reporting=32767