From 0c64a86ebec8844a3aadbe44265776767d810aae Mon Sep 17 00:00:00 2001 From: Emilien Devos Date: Sat, 6 Aug 2022 15:12:45 +0200 Subject: [PATCH] crystal 1.5.0 to CI and update crystal version --- .github/workflows/ci.yml | 1 + .github/workflows/container-release.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc80c75c8..7e10be8a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: - 1.2.2 - 1.3.2 - 1.4.0 + - 1.5.0 include: - crystal: nightly stable: false diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index 212487c8f..7e427e6e8 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -27,7 +27,7 @@ jobs: - name: Install Crystal uses: crystal-lang/install-crystal@v1.6.0 with: - crystal: 1.2.2 + crystal: 1.5.0 - name: Run lint run: |