diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fc4a037..0fdee61d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,11 @@ jobs: strategy: matrix: - laravel: ['^10.1'] + include: + - laravel: "^9.0" + php: "8.0" + - laravel: "^10.0" + php: "8.2" steps: - name: Checkout