From 5cdf92ee64c93ec3ad79a48c58048fc2b2dd30cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:58:41 +0000 Subject: [PATCH] Bump shivammathur/setup-php from 2.30.2 to 2.31.1 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.30.2 to 2.31.1. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/8872c784b04a1420e81191df5d64fbd59d3d3033...c541c155eee45413f5b09a52248675b1a2575231) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test_php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_php.yml b/.github/workflows/test_php.yml index 2fae1826c0..e06cf58f2b 100644 --- a/.github/workflows/test_php.yml +++ b/.github/workflows/test_php.yml @@ -219,7 +219,7 @@ jobs: - name: Pin PHP version if: ${{ !matrix.continuous-only || inputs.continuous-run }} - uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # 2.30.2 + uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 2.31.1 with: php-version: ${{ matrix.version }}