From 58c65e921fdfdc08e7924fccc7d8f47dbd581bb9 Mon Sep 17 00:00:00 2001 From: syeopite Date: Mon, 20 Jan 2025 16:08:41 -0800 Subject: [PATCH] CI: Drop support for versions prior to 1.12.0 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cebc0602..fa9ebac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,8 +38,6 @@ jobs: matrix: stable: [true] crystal: - - 1.10.1 - - 1.11.2 - 1.12.1 - 1.13.2 - 1.14.0