From 4ee4a401b6ab65af35e8b0693b3a0d2586bf3f2c Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Fri, 8 Dec 2023 15:37:44 +0100 Subject: [PATCH] update test config --- .github/workflows/run-tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index cb8d5b596..a9fd6e0c9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.3, 8.2, 8.1, 8.0] + php: [8.3, 8.2] laravel: [10.*, 9.*] dependency-version: [prefer-lowest, prefer-stable] include: @@ -16,9 +16,6 @@ jobs: testbench: ^8.0 - laravel: 9.* testbench: ^7.0 - exclude: - - laravel: 10.* - php: 8.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}