From a1da847ceaef8d38548f0a10e3751315e5d7200c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:43:12 +0000 Subject: [PATCH] github-actions(deps): bump shivammathur/setup-php from 2.11.0 to 2.32.0 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.11.0 to 2.32.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.11.0...2.32.0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests_php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_php.yml b/.github/workflows/tests_php.yml index 3073364..cdc7b02 100644 --- a/.github/workflows/tests_php.yml +++ b/.github/workflows/tests_php.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Setup PHP - uses: shivammathur/setup-php@2.11.0 + uses: shivammathur/setup-php@2.32.0 with: php-version: ${{ matrix.php }}