From e1bf0380276e7abb6c55a3b05f4ec5ca55350402 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 9 Jul 2024 19:37:05 +0000
Subject: [PATCH] Update all non-major dependencies

| datasource  | package                          | from    | to      |
| ----------- | -------------------------------- | ------- | ------- |
| packagist   | infection/infection              | 0.27.11 | 0.29.6  |
| github-tags | laminas/laminas-ci-matrix-action | 1.24.0  | 1.26.0  |
| packagist   | phpunit/phpunit                  | 10.5.20 | 10.5.26 |
| github-tags | shivammathur/setup-php           | 2.30.0  | 2.31.1  |
---
 .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 9ca3a14f..1e4e5da1 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.31.1"
         with:
           coverage: "xdebug"
           php-version: "${{ matrix.php-version }}"
diff --git a/composer.json b/composer.json
index 38dfdb85..98fbb6b6 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.6",
         "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.26"
     },
     "autoload": {
         "psr-4": {