diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae8378f..c3feb13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,11 +8,11 @@ jobs: strategy: fail-fast: true matrix: - php: [8.0, 8.1] - laravel: [9, 10] - exclude: - - laravel: 10 - php: 8.0 + include: + - laravel: 10 + php: 8.1 + - laravel: 9 + php: 8.0 name: Tests (PHPUnit) - L${{ matrix.laravel }}