From 43fd8c873b9d5abf1940aedf71ab8a624f06c74c Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Thu, 20 Jan 2022 23:49:15 +0500 Subject: [PATCH] Update .github/workflows/ci.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Samuel Ć tancl --- .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 57ad645..984b003 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: true matrix: - laravel: [9, 8] + laravel: [8, 9] steps: - uses: actions/checkout@v2