From ea8148735e22e892099e74e672d2f3a1cf1d5e55 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sat, 10 May 2025 03:14:46 -0400 Subject: [PATCH] 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.2 --- .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..2d1e6ed7 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.2 include: - crystal: nightly stable: false