diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba7aad3..9e309df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - - laravel: [9, 10] + laravel: [9, 10] steps: - uses: actions/checkout@v2