From a7e4956ee57a9329a949d5144d764d03d698bb80 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 23 Feb 2023 14:22:51 +0100 Subject: [PATCH] Specify 10.1.1 as the minimal Laravel version in ci.yml --- .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 cbd3a4bd..1ed8937f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: include: - - laravel: 10 + - laravel: "^10.1.1" php: "8.2" steps: