From 00e201c861af66d6684ef36ac60a42d0d38851d8 Mon Sep 17 00:00:00 2001 From: Philip Manavopoulos Date: Fri, 17 Feb 2023 12:00:23 +0000 Subject: [PATCH] Try and exclude Laravel 10 and PHP 8 test case --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dea77d9..ff8dc99 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,6 +20,9 @@ jobs: testbench: 7.* - laravel: 8.* testbench: ^6.23 + exclude: + - laravel: 10.* + - php: 8.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} steps: - uses: actions/checkout@v2