From c008f80be7d18dafe8358648b580cddcbdc5ee36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 22:58:07 +0000 Subject: [PATCH] Update shivammathur/setup-php action to v2.30.2 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.30.1 | 2.30.2 | --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index f5ee250..fbb3155 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -24,7 +24,7 @@ jobs: runs-on: "ubuntu-latest" steps: - uses: actions/checkout@v4.1.1 - - uses: shivammathur/setup-php@2.30.1 + - uses: shivammathur/setup-php@2.30.2 with: php-version: 8.1 ini-values: memory_limit=-1