From a561881f530cf752563b4267323a167b5ee9625b Mon Sep 17 00:00:00 2001 From: Bastien Philippe Date: Tue, 17 Dec 2024 11:51:40 +0100 Subject: [PATCH] Increase minimal testbench version --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 449bdf1..4f534e4 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,7 +18,7 @@ jobs: stability: [prefer-lowest, prefer-stable] include: - laravel: ^11.0 - testbench: ^9.0 + testbench: ^9.8 exclude: - php: 8.4 stability: prefer-lowest