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