From cab50f34c1aefb935b8c8d2d51927bb6ab3507d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 19:08:45 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | packagist | infection/infection | 0.27.0 | 0.27.7 | | packagist | lcobucci/clock | 3.0.0 | 3.1.0 | | github-tags | shivammathur/setup-php | 2.26.0 | 2.27.0 | --- .github/workflows/backwards-compatibility.yml | 2 +- .github/workflows/benchmarks.yml | 2 +- .github/workflows/coding-standards.yml | 2 +- .github/workflows/composer-json-lint.yml | 2 +- .github/workflows/mutation-tests.yml | 2 +- .github/workflows/phpunit.yml | 4 ++-- .github/workflows/static-analysis.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/backwards-compatibility.yml b/.github/workflows/backwards-compatibility.yml index 0ec9a717..886e07ef 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.26.0" + uses: "shivammathur/setup-php@2.27.0" with: php-version: "8.1" ini-values: memory_limit=-1 diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index c49d646f..26af29ad 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Install PHP" - uses: "shivammathur/setup-php@2.26.0" + uses: "shivammathur/setup-php@2.27.0" with: coverage: "none" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 7976e126..3d3ebdf2 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Install PHP" - uses: "shivammathur/setup-php@2.26.0" + uses: "shivammathur/setup-php@2.27.0" with: coverage: "none" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/composer-json-lint.yml b/.github/workflows/composer-json-lint.yml index b6bb7ce5..58aa5371 100644 --- a/.github/workflows/composer-json-lint.yml +++ b/.github/workflows/composer-json-lint.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Install PHP" - uses: "shivammathur/setup-php@2.26.0" + uses: "shivammathur/setup-php@2.27.0" with: coverage: "none" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index 82b7061b..9c877b6d 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Install PHP" - uses: "shivammathur/setup-php@2.26.0" + uses: "shivammathur/setup-php@2.27.0" with: coverage: "xdebug" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 1dd1055c..cbd0a59b 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -29,7 +29,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Install PHP" - uses: "shivammathur/setup-php@2.26.0" + uses: "shivammathur/setup-php@2.27.0" with: coverage: "none" php-version: "${{ matrix.php-version }}" @@ -85,7 +85,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Install PHP" - uses: "shivammathur/setup-php@2.26.0" + uses: "shivammathur/setup-php@2.27.0" with: coverage: "none" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 1dc7e90a..21d72d26 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Install PHP" - uses: "shivammathur/setup-php@2.26.0" + uses: "shivammathur/setup-php@2.27.0" with: coverage: "none" php-version: "${{ matrix.php-version }}"