From c5fb30c5095d5330e070c440e83aff2cde80c520 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Fri, 31 Jul 2026 22:38:52 -0400 Subject: [PATCH] CI: add Crystal 1.21.0 in ci.yml matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd49f4cd..9f8d1044 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: - 1.18.2 - 1.19.2 - 1.20.3 + - 1.21.0 include: - crystal: nightly stable: false