From c515cf0a12518296a95acc48380ab08cc04c2391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 6 Sep 2020 11:34:34 +0200 Subject: [PATCH] Test Laravel 8 support --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 720925c7..d33fb1c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,8 @@ jobs: matrix: laravel: [ "^6.0", - "^7.0" + "^7.0", + "8.x-dev" ] steps: