From 99d460f76e6bf42b588bd678c6f3fb493f64c15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 14 May 2020 02:34:51 +0200 Subject: [PATCH] Disable 6.x in CI --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be15dc62..01066db8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,10 @@ jobs: strategy: matrix: - laravel: ["^6.0", "^7.0"] + laravel: [ + # "^6.0", + "^7.0" + ] steps: - uses: actions/checkout@v2