From 708ea4ae5a73515852f3d23cdc01620a97d9e865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 22:33:57 +0000 Subject: [PATCH] Bump shivammathur/setup-php from 2.37.0 to 2.37.2 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.37.0 to 2.37.2. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/accd6127cb78bee3e8082180cb391013d204ef9f...f3e473d116dcccaddc5834248c87452386958240) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/php-phpcs.yml | 2 +- .github/workflows/php-phpstan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php-phpcs.yml b/.github/workflows/php-phpcs.yml index 8358cf6..abefcb8 100644 --- a/.github/workflows/php-phpcs.yml +++ b/.github/workflows/php-phpcs.yml @@ -35,7 +35,7 @@ jobs: # Set up PHP and run phpstan # ------------------------------------------------------------------------------ - name: Configure PHP environment to run phpstan - uses: "shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f" # 2.37.0 + uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # 2.37.2 with: php-version: 8.0 # ------------------------------------------------------------------------------ diff --git a/.github/workflows/php-phpstan.yml b/.github/workflows/php-phpstan.yml index dfb31fa..7e8ea17 100644 --- a/.github/workflows/php-phpstan.yml +++ b/.github/workflows/php-phpstan.yml @@ -34,7 +34,7 @@ jobs: # Set up PHP and run phpstan # ------------------------------------------------------------------------------ - name: Configure PHP environment to run phpstan - uses: "shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f" # 2.37.0 + uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # 2.37.2 with: php-version: ${{ matrix.phpVersion }} tools: composer:v2