From 934574fcb20242a4b4c7b7153037b54c776829ef Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 21 Apr 2023 10:54:59 +0200 Subject: [PATCH] Update ci.yml to match master --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fc4a037..0fdee61d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,11 @@ jobs: strategy: matrix: - laravel: ['^10.1'] + include: + - laravel: "^9.0" + php: "8.0" + - laravel: "^10.0" + php: "8.2" steps: - name: Checkout