From 605f4557c00153cf27cff0118032a4b1688839c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 05:01:19 +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 034a6f5..b98d765 100644 --- a/.github/workflows/php-ci.yml +++ b/.github/workflows/php-ci.yml @@ -38,7 +38,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