From 5afca49b81ffd5c04d1f91dab1159829f2d7ca81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:14:27 +0000 Subject: [PATCH] Update shivammathur/setup-php action to v2.30.5 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.30.4 | 2.30.5 | --- .github/workflows/backwards-compatibility.yml | 2 +- .github/workflows/coding-standards.yml | 2 +- .github/workflows/mutation-tests.yml | 2 +- .github/workflows/phpunit.yml | 4 ++-- .github/workflows/static-analysis.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/backwards-compatibility.yml b/.github/workflows/backwards-compatibility.yml index ce2a3f4f..49e62e4e 100644 --- a/.github/workflows/backwards-compatibility.yml +++ b/.github/workflows/backwards-compatibility.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.4" + uses: "shivammathur/setup-php@2.30.5" with: php-version: "8.2" ini-values: memory_limit=-1 diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 2146e748..b794fabb 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.4" + uses: "shivammathur/setup-php@2.30.5" with: coverage: "none" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index f0e53d76..41ae4205 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.4" + uses: "shivammathur/setup-php@2.30.5" with: coverage: "xdebug" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 25c8f61e..51666f47 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -28,7 +28,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.4" + uses: "shivammathur/setup-php@2.30.5" with: php-version: "${{ matrix.php-version }}" ini-values: memory_limit=-1 @@ -83,7 +83,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.4" + uses: "shivammathur/setup-php@2.30.5" with: coverage: "none" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 7dace5f7..0a0cfc33 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.4" + uses: "shivammathur/setup-php@2.30.5" with: coverage: "none" php-version: "${{ matrix.php-version }}"