From 9b14f416dce627c2e35d9068abfabfaf76d4fc31 Mon Sep 17 00:00:00 2001 From: syeopite Date: Fri, 18 Oct 2024 11:47:50 -0700 Subject: [PATCH] Bump CI matrix Removes `1.9.2` due to incompatibility Adds versions 1.13.2 and 1.14.0 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bfa501d..411ec769 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,10 +38,11 @@ jobs: matrix: stable: [true] crystal: - - 1.9.2 - 1.10.1 - 1.11.2 - 1.12.1 + - 1.13.2 + - 1.14.0 include: - crystal: nightly stable: false