diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efb8ad02..6731d139 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: php: ["7.4", "8.0"] - laravel: ["^6.0", "^8.0"] + laravel: ["^6.0", "^8.0", "^9.0"] steps: - uses: actions/checkout@v2