From f8af828ea71b913ce2e2c3c2014bce648d88823d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 02:01:36 +0000 Subject: [PATCH] Build(deps): bump shivammathur/setup-php from 2.35.4 to 2.35.5 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.35.4 to 2.35.5. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.35.4...2.35.5) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.35.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 2e219cd..11242fb 100644 --- a/.github/workflows/php-ci.yml +++ b/.github/workflows/php-ci.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v5 - name: Setup PHP, with composer and extensions - uses: shivammathur/setup-php@2.35.4 + uses: shivammathur/setup-php@2.35.5 with: coverage: none ini-values: memory_limit=-1