From 7d97dcc5488f2c54274e7b4616b90623785f316d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 08:04:21 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | ---------------------- | ------- | ------- | | packagist | infection/infection | 0.27.11 | 0.28.1 | | packagist | phpunit/phpunit | 10.5.16 | 10.5.17 | | github-tags | shivammathur/setup-php | 2.30.0 | 2.30.2 | --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/mutation-tests.yml | 2 +- .github/workflows/phpunit.yml | 2 +- .github/workflows/psalm.yml | 2 +- .github/workflows/run-example.yml | 2 +- composer.json | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index e42536b..3d2dac1 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.0" + uses: "shivammathur/setup-php@2.30.2" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index a4b09d6..120c699 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.30.2" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 3932418..bd27946 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.30.2" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 9c614e9..ec82533 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.30.2" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/run-example.yml b/.github/workflows/run-example.yml index 672bef6..76b9b0c 100644 --- a/.github/workflows/run-example.yml +++ b/.github/workflows/run-example.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.30.2" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/composer.json b/composer.json index 3ecadaa..b094109 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ "require-dev": { "composer/composer": "^2.7.2", "doctrine/coding-standard": "^12.0.0", - "infection/infection": "^0.27.11", - "phpunit/phpunit": "^10.5.15", + "infection/infection": "^0.28.1", + "phpunit/phpunit": "^10.5.17", "symfony/process": "^7.0.4" }, "autoload": {