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