From 7ee58906baaaf37741e7addfe640bf3abe7a9e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 20 Jan 2022 19:45:47 +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 8d89e00..f3a4f2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: true matrix: - laravel: [9, 8] + laravel: [8, 9] steps: - uses: actions/checkout@v2