From 61384898eb0df1425cc7eb24f734edd39edffafd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 09:10:56 +0000 Subject: [PATCH] build(deps): bump shivammathur/setup-php from 2.35.5 to 2.37.0 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.35.5 to 2.37.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.35.5...2.37.0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/php-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-ci.yml b/.github/workflows/php-ci.yml index 42e59fd..388d752 100644 --- a/.github/workflows/php-ci.yml +++ b/.github/workflows/php-ci.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v6 - name: Setup PHP, with composer and extensions - uses: shivammathur/setup-php@2.35.5 + uses: shivammathur/setup-php@2.37.0 with: coverage: none ini-values: memory_limit=-1