From 941fb42584bc7548dfe3f3066bb7b82c0517a698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 05:01:19 +0000 Subject: [PATCH] build(deps): bump shivammathur/setup-php from 2.35.5 to 2.36.0 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.35.5 to 2.36.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.35.5...2.36.0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.36.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..d950156 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.36.0 with: coverage: none ini-values: memory_limit=-1