From 4fb12683f57fb81a02956f78154e2d7b8b1c092c Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 17 Feb 2023 16:09:47 +0100 Subject: [PATCH] Make Laravel versions in ci.yml strings --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb216352..3f46ce64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: strategy: matrix: include: - - laravel: 9 + - laravel: "9.0" php: "8.0" - - laravel: 10 + - laravel: "10.0" php: "8.1" steps: