From db042b1427c4ab226f731199d09c87232d1d3efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:27:04 +0000 Subject: [PATCH] build(deps): bump shivammathur/setup-php from 2.28.0 to 2.37.2 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.28.0 to 2.37.2. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/e6f75134d35752277f093989e72e140eaa222f35...f3e473d116dcccaddc5834248c87452386958240) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fcd4bc8..3058fafc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: fetch-depth: 0 # If you only need the current version keep this. - name: Setup PHP - uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 + uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 with: php-version: ${{ matrix.php-version }}