From 016d1442a8fc050e19ac8741991366134b5b9dbf Mon Sep 17 00:00:00 2001 From: Caspian Baska Date: Mon, 26 Jul 2021 09:31:02 +1000 Subject: [PATCH] Order crystal version in CI matrix --- .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 54d45b56..3763ce67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,8 @@ jobs: matrix: stable: [true] crystal: - - 1.1.0 - 1.0.0 + - 1.1.0 include: - crystal: nightly stable: false