From 3ab4bac07e6167235ef31e017c5a13888601977d Mon Sep 17 00:00:00 2001 From: Rudy den Otter Date: Wed, 3 Dec 2025 15:21:03 +0100 Subject: [PATCH] Adds compatibility for PHPunit 12.0 & adds PHP8.4 test --- .github/workflows/Tests.yaml | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Tests.yaml b/.github/workflows/Tests.yaml index fc97026..b2075ab 100644 --- a/.github/workflows/Tests.yaml +++ b/.github/workflows/Tests.yaml @@ -18,9 +18,11 @@ jobs: - 8.1 - 8.2 - 8.3 + - 8.4 phpunit: - 10 - 11 + - 12 exclude: - php: 8.1 phpunit: 11 diff --git a/composer.json b/composer.json index f7a63ac..a566fff 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": ">=8.1", - "phpunit/phpunit": "^10.5.28|^11.2.8" + "phpunit/phpunit": "^10.5.28|^11.2.8|^12.0" }, "autoload": { "psr-4": {