diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07eb4deb..94cbc988 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,11 @@ jobs: runs-on: ubuntu-latest strategy: - matrix: - laravel: [ - "^6.0", - "^7.0" - ] + matrix: + laravel: [ + "^6.0", + "^7.0" + ] steps: - uses: actions/checkout@v2