From d89b88d8c170873b91cc529bd3ee8efa7e676258 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:08:03 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------------- | ------- | ------- | | packagist | infection/infection | 0.27.11 | 0.29.1 | | github-tags | laminas/laminas-ci-matrix-action | 1.24.0 | 1.26.0 | | packagist | phpunit/phpunit | 10.5.20 | 10.5.20 | | github-tags | shivammathur/setup-php | 2.30.0 | 2.30.4 | --- .github/workflows/continuous-integration.yml | 4 ++-- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9ca3a14..e551b07 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Gather CI configuration id: matrix - uses: laminas/laminas-ci-matrix-action@1.24.0 + uses: laminas/laminas-ci-matrix-action@1.26.0 qa: name: QA Checks @@ -58,7 +58,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.30.4" with: coverage: "xdebug" php-version: "${{ matrix.php-version }}" diff --git a/composer.json b/composer.json index 38dfdb8..a443848 100644 --- a/composer.json +++ b/composer.json @@ -15,13 +15,13 @@ "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "composer-runtime-api": "^2.2", - "infection/infection": "0.27.11", + "infection/infection": "0.29.1", "sanmai/later": "^0.1.4", "vimeo/psalm": "^4.30.0 || ^5.15" }, "require-dev": { "doctrine/coding-standard": "^12.0.0", - "phpunit/phpunit": "^10.5.15" + "phpunit/phpunit": "^10.5.20" }, "autoload": { "psr-4": {