From b1575c63e9373340835cdca3552774c183487bb8 Mon Sep 17 00:00:00 2001 From: Chris Breuer Date: Sun, 14 Mar 2021 16:19:39 -0700 Subject: [PATCH] wip --- .github/workflows/test.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1170ca7..2b06f53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,20 +9,13 @@ jobs: fail-fast: false matrix: php: [7.3, 7.4, 8.0] - laravel: [5.8.*, 6.*, 7.*, 8.*] + laravel: [7.*, 8.*] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: 8.* testbench: 6.* - laravel: 7.* testbench: 5.* - - laravel: 6.* - testbench: 4.* - - laravel: 5.8.* - testbench: 3.8.* - exclude: - - laravel: 8.* - php: 7.2 name: P ${{ matrix.php }} - L ${{ matrix.laravel }} - ${{ matrix.dependency-version }}