From 5bbf11478e36782ddbdceb5dc7958225d06b7b0a Mon Sep 17 00:00:00 2001 From: Stephen von Takach Date: Mon, 30 Aug 2021 10:12:30 +1000 Subject: [PATCH] chore(CI): explicitly test crystal 1.1.1 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57b4552..003bf79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: crystal: - latest - 1.0.0 + - 1.1.1 include: - experimental: true os: ubuntu-latest