From 29a2b74eefa78cf734005cfda5cdc4b9e1537928 Mon Sep 17 00:00:00 2001 From: Saade Date: Wed, 15 Feb 2023 10:57:22 -0300 Subject: [PATCH] Update GitHub Actions for Laravel 10 --- .github/workflows/ci.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed8ff9ac..988e62d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,16 @@ jobs: strategy: matrix: - php: ["7.3", "8.0"] - laravel: ["^6.0", "^8.0", "^9.0"] + php: ["7.3", "8.0", "8.1"] + laravel: ["^6.0", "^8.0", "^9.0", "^10.0"] + include: + - laravel: "^9.0" + testbench: "^7.0" + - laravel: "^10.0" + testbench: "^8.0" exclude: + - laravel: "^10.0" + php: "8.0" - laravel: "^9.0" php: "7.3"