From d872a5995a747488fa606306af5b2b25c4398aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Dalmolin?= Date: Tue, 27 Apr 2021 09:07:23 -0300 Subject: [PATCH] wip --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1603e91..46fbbfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,13 +9,13 @@ jobs: strategy: fail-fast: true matrix: - php: [7.3, 7.4] - laravel: [6.*, 7.*] + php: [7.4] + laravel: [7.*, 8.*] include: + - laravel: 8.* + testbench: 6.* - laravel: 7.* - testbench: 5.* - - laravel: 6.* - testbench: 4.* + testbench: 7.* name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}