From 549eaf5c30cdf9460f68ece2f7d78f5965032694 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 24 Sep 2024 13:18:21 +0800 Subject: [PATCH] [8.x] Fixes Incompatibility with PHPUnit 10.3 (#241) * wip Signed-off-by: Mior Muhammad Zaki * wip Signed-off-by: Mior Muhammad Zaki * wip Signed-off-by: Mior Muhammad Zaki * wip Signed-off-by: Mior Muhammad Zaki * wip Signed-off-by: Mior Muhammad Zaki --------- Signed-off-by: Mior Muhammad Zaki --- .github/workflows/strict-tests.yaml | 2 ++ .github/workflows/tests.yaml | 1 - composer.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/strict-tests.yaml b/.github/workflows/strict-tests.yaml index f31e03416..b2864d8af 100644 --- a/.github/workflows/strict-tests.yaml +++ b/.github/workflows/strict-tests.yaml @@ -21,6 +21,8 @@ jobs: - 8.3 phpunit: - "~10.1.0" + - "~10.2.0" + - "~10.3.0" - "~10.4.0" - "~10.5.0" - "10.5.4" diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0a3d64ba2..8bf6172b3 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -22,7 +22,6 @@ jobs: - 8.3 phpunit: - "~10.1.0" - - "~10.4.0" - "~10.5.0" - "10.5.4" dependencies: diff --git a/composer.json b/composer.json index 45316f261..e6b27f518 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ "nunomaduro/collision": "<6.4.0 || >=7.0.0 <7.4.0 || >=8.0.0", "orchestra/testbench-dusk": "<8.21.0 || >=9.0.0", "orchestra/workbench": "<1.0.0", - "phpunit/phpunit": "<9.6.0 || >=10.6.0" + "phpunit/phpunit": "<9.6.0 || >=10.3.0 <10.3.3 || >=10.6.0" }, "suggest": { "ext-pcntl": "Required to use all features of the console signal trapping.",