From 042905be99cdb16a5404fd41495f826e230958e0 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Fri, 15 Mar 2024 20:49:31 +0100 Subject: [PATCH] Only test with PhpUnit 10 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1f70df2..77811be 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: matrix: php: [8.2, 8.3] laravel: [11.*] - phpunit: [10.*, 11.*] + phpunit: [10.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 11.*