diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3b237c..c4bd6bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: php: ['8.1', '8.2', '8.3'] - laravel: ['10', '11'] + laravel: ['9', '10', '11'] exclude: - {php: '8.1', laravel: '11'} steps: