From 7c39981a132360e5a021ac6877152a1cbc816ba8 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Thu, 14 May 2026 19:26:12 +0800 Subject: [PATCH 1/2] [11.x] Supports PHPUnit 13.2 Signed-off-by: Mior Muhammad Zaki --- .github/workflows/strict-tests.yaml | 3 +++ .github/workflows/tests.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/strict-tests.yaml b/.github/workflows/strict-tests.yaml index 8b32734d..de3bb280 100644 --- a/.github/workflows/strict-tests.yaml +++ b/.github/workflows/strict-tests.yaml @@ -24,6 +24,7 @@ jobs: - "~12.5.8" - "~13.0.0" - "~13.1.0" + - "~13.2.0" experimental: - false exclude: @@ -33,6 +34,8 @@ jobs: phpunit: "~13.1.0" - php: 8.3 phpunit: "~13.1.0" + - php: 8.3 + phpunit: "~13.2.0" name: PHP${{ matrix.php }} / PHPUnit:${{ matrix.phpunit }} ⬆️ diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 67619bc7..c2615507 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -27,6 +27,7 @@ jobs: - "~12.5.8" - "~13.0.0" - "~13.1.0" + - "~13.2.0" dependencies: - "highest" - "lowest" @@ -37,6 +38,8 @@ jobs: phpunit: "~13.0.0" - php: 8.3 phpunit: "~13.1.0" + - php: 8.3 + phpunit: "~13.2.0" name: PHP:${{ matrix.php }} / PHPUnit:${{ matrix.phpunit }} / OS:${{ matrix.os }} ${{ matrix.dependencies == 'highest' && '⬆️' || '⬇️' }} From ddd6f1fef87a990dbb3456a66c9959cb9192e865 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Thu, 14 May 2026 19:35:38 +0800 Subject: [PATCH 2/2] wip Signed-off-by: Mior Muhammad Zaki --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 68b35125..de3a570b 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,7 @@ "laravel/framework": "<13.9.0|>=14.0.0", "laravel/serializable-closure": ">=2.0.0 <2.0.10|>=3.0.0", "nunomaduro/collision": "<8.9.0|>=9.0.0", - "phpunit/phpunit": "<11.5.50|>=12.0.0 <12.5.8|>=13.2.0" + "phpunit/phpunit": "<11.5.50|>=12.0.0 <12.5.8|>=13.3.0" }, "suggest": { "ext-pcntl": "Required to use all features of the console signal trapping.",