diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3695fc..2f60a40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - laravel: [9, 8] + laravel: [8, 9] steps: - uses: actions/checkout@v2