From 72c8eedf3a4f44fe3572abb03542bcd79ee60bf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:51:25 +0000 Subject: [PATCH] chore(deps): update shivammathur/setup-php action to v2.34.0 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.33.0 | 2.34.0 | 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 dd55d1a..8eba058 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.33.0" + uses: "shivammathur/setup-php@2.34.0" with: coverage: "${{ matrix.coverage }}" ini-values: display_errors=On, display_startup_errors=On, error_reporting=32767