From 03f89be9291b70ea7234e4291348e80b6c2c5d4e Mon Sep 17 00:00:00 2001 From: Fijxu Date: Wed, 14 May 2025 01:51:03 -0400 Subject: [PATCH] CI: Bump Crystal version matrix (#5293) * CI: Bump Crystal version matrix - 1.12.1 -> 1.12.2 - 1.13.2 -> 1.13.3 - 1.14.0 -> 1.14.1 - 1.15.0 -> 1.15.1 - Add 1.16.3 * Update Crystal 1.16.2 to 1.16.3 https://github.com/crystal-lang/crystal/releases/tag/1.16.3 --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c4635c4..9d6a930a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,10 +38,11 @@ jobs: matrix: stable: [true] crystal: - - 1.12.1 - - 1.13.2 - - 1.14.0 - - 1.15.0 + - 1.12.2 + - 1.13.3 + - 1.14.1 + - 1.15.1 + - 1.16.3 include: - crystal: nightly stable: false