From 11574cafba06b722c2ea8681a83f66ccaba6b9c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 20 Jan 2022 19:46:05 +0100 Subject: [PATCH] ascending order --- .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