From 5accbd521f76d5f01e427a8836cbd4e93e970d61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:34:14 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v3.1.4 | v3.1.5 | | packagist | infection/infection | 0.27.0 | 0.27.9 | | packagist | lcobucci/clock | 3.0.0 | 3.2.0 | | packagist | phpbench/phpbench | 1.2.14 | 1.2.15 | | github-tags | shivammathur/setup-php | 2.28.0 | 2.29.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 | 4 ++-- .github/workflows/phpunit.yml | 4 ++-- .github/workflows/static-analysis.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/backwards-compatibility.yml b/.github/workflows/backwards-compatibility.yml index 75538bc2..d197a8de 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.28.0" + uses: "shivammathur/setup-php@2.29.0" with: php-version: "8.1" ini-values: memory_limit=-1 diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 708f7c3c..2dcc17c4 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.28.0" + uses: "shivammathur/setup-php@2.29.0" with: coverage: "none" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index c8e16375..3af0779c 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.28.0" + uses: "shivammathur/setup-php@2.29.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 bce38142..193927e5 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.28.0" + uses: "shivammathur/setup-php@2.29.0" with: coverage: "none" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index a2138746..4dce8364 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.28.0" + uses: "shivammathur/setup-php@2.29.0" with: coverage: "xdebug" php-version: "${{ matrix.php-version }}" @@ -58,4 +58,4 @@ jobs: run: "make infection PHPUNIT_FLAGS=--coverage-clover=coverage.xml INFECTION_FLAGS=--logger-github" - name: "Upload Code Coverage" - uses: "codecov/codecov-action@v3.1.4" + uses: "codecov/codecov-action@v3.1.5" diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index bbd9a229..16269e97 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.28.0" + uses: "shivammathur/setup-php@2.29.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.28.0" + uses: "shivammathur/setup-php@2.29.0" with: coverage: "none" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 5a2b23d1..d08c01fa 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.28.0" + uses: "shivammathur/setup-php@2.29.0" with: coverage: "none" php-version: "${{ matrix.php-version }}"