From fd313e0107fd9cd3958c99151c02fe5965902559 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Mon, 27 Apr 2026 20:15:11 -0400 Subject: [PATCH] CI: Bump Crystal version matrix (#5691) * CI: Bump Crystal version matrix Add Crystal 1.19.2 and 1.20.0 * update crystal 1.19.1 to 1.19.2 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 333a26174..c5e728736 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,8 @@ jobs: - 1.16.3 - 1.17.1 - 1.18.2 + - 1.19.2 + - 1.20.0 include: - crystal: nightly stable: false