From 79accbc2415249b7c4fc3382ff4faf5038a2e235 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Mon, 12 May 2025 18:39:40 -0400 Subject: [PATCH] Update Crystal 1.16.2 to 1.16.3 https://github.com/crystal-lang/crystal/releases/tag/1.16.3 --- .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 2d1e6ed7..9d6a930a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - 1.13.3 - 1.14.1 - 1.15.1 - - 1.16.2 + - 1.16.3 include: - crystal: nightly stable: false