From aa2e9c1cdc1df5ce5e0785dc5f220befe6eb2257 Mon Sep 17 00:00:00 2001 From: rennokki Date: Fri, 20 Nov 2020 12:13:21 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 096b987a2c..1a17132214 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,19 +19,15 @@ jobs: strategy: matrix: php: - - '7.2' - '7.3' - '7.4' laravel: - - 6.* - 7.* - 8.* prefer: - 'prefer-lowest' - 'prefer-stable' include: - - laravel: '6.*' - testbench: '4.*' - laravel: '7.*' testbench: '5.*' - laravel: '8.*'