From 105ba7d7e66dd98c010ee1a5e3e18c4d987e91b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 08:27:10 +0200 Subject: [PATCH] Build(deps): bump shivammathur/setup-php from 2.30.3 to 2.30.4 (#50) Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.30.3 to 2.30.4. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.30.3...2.30.4) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 8edbb58..8fa2e68 100644 --- a/.github/workflows/php-ci.yml +++ b/.github/workflows/php-ci.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v4 - name: Setup PHP, with composer and extensions - uses: shivammathur/setup-php@2.30.3 + uses: shivammathur/setup-php@2.30.4 with: coverage: none ini-values: memory_limit=-1