From e74b0e6bddd2355616b13f253f79f90ef440f8f4 Mon Sep 17 00:00:00 2001 From: Chris Morrell Date: Mon, 22 Jul 2024 13:08:57 -0400 Subject: [PATCH] Add testbench to L11 matrix --- .github/workflows/phpunit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 9a863fd..4902b11 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -23,6 +23,8 @@ jobs: testbench: ^7.22 - laravel: 10.* testbench: 8.* + - laravel: 11.* + testbench: 9.* exclude: - php: 8.3 laravel: ^9.50.2