diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 163506b..8aab95e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,12 +8,12 @@ jobs: strategy: fail-fast: true matrix: - laravel: [6, 8, 9, 10] php: ["8.0", "8.1"] + laravel: [6, 8, 9, 10] exclude: - - laravel: "^6.0" + - laravel: 6 php: "8.1" - - laravel: "^10.0" + - laravel: 10 php: "8.0" name: Tests (PHPUnit) - L${{ matrix.laravel }}