From e6f81e572ab4cc102ebb767fb312e3fbe8b667f9 Mon Sep 17 00:00:00 2001 From: Tim Oladoyinbo <66416657+timoladoyinbo@users.noreply.github.com> Date: Wed, 9 Sep 2020 04:48:06 +0100 Subject: [PATCH] Laravel 8.x support --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 70050d6..3ab0f0c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,8 +11,10 @@ jobs: fail-fast: false matrix: php: [7.4] - laravel: [7.*, 6.*] + laravel: [8.*, 7.*, 6.*] include: + - laravel: 8.* + testbench: 6.* - laravel: 7.* testbench: 5.* - laravel: 6.*