From 7e663ca6ea459b80e20c4ed83c7fff5b3783a432 Mon Sep 17 00:00:00 2001 From: scaabel Date: Thu, 10 Feb 2022 11:11:06 +0800 Subject: [PATCH] ci: add laravel 9.0 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 efb8ad02..6731d139 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: php: ["7.4", "8.0"] - laravel: ["^6.0", "^8.0"] + laravel: ["^6.0", "^8.0", "^9.0"] steps: - uses: actions/checkout@v2