From ae0f78e0022477a6a35637fbbed371b4ce3297e0 Mon Sep 17 00:00:00 2001 From: Bastien Miclo Date: Fri, 3 Jan 2025 17:24:13 +0100 Subject: [PATCH] Upgrade PHPUnit --- .github/workflows/tests.yaml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 191f780..54445c7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -41,7 +41,7 @@ jobs: - name: Set PHPUnit version if: matrix.php >= 8.1 - run: composer require "phpunit/phpunit:^8.2" --no-update + run: composer require "phpunit/phpunit:^8.5.41" --no-update - name: Install Dependencies run: composer update --prefer-dist --prefer-${{ matrix.setup }} --no-interaction --no-suggest diff --git a/composer.json b/composer.json index 2d711af..a1650e1 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "nesbot/carbon": "^2.72.6 || ^3.0" }, "require-dev": { - "phpunit/phpunit": "^7.5 || ^8.2" + "phpunit/phpunit": "^7.5.20 || ^8.5.41" }, "autoload": { "psr-4": {