From 14371f383faaa9d3a1758c87d27ea48ee156ff5d Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 15 Feb 2023 15:45:07 +0100 Subject: [PATCH] Correct Laravel matrix versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"