diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bf2860..ff089bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: php: ["7.3", "8.0", "8.1"] - laravel: ["^6.0", "^8.0", "^9.0", "^10.0"] + laravel: [6, 8, 9, 10] include: - laravel: "^9.0" testbench: "^7.0"