From 0c6ad1f090c8d2c516d06fd48e8ea5e0fdedc07c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:04:33 +0200 Subject: [PATCH] Build(deps): bump shivammathur/setup-php from 2.30.2 to 2.30.3 (#49) Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.30.2 to 2.30.3. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.30.2...2.30.3) --- 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 79ae021..8edbb58 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.2 + uses: shivammathur/setup-php@2.30.3 with: coverage: none ini-values: memory_limit=-1