From 58c65e921fdfdc08e7924fccc7d8f47dbd581bb9 Mon Sep 17 00:00:00 2001 From: syeopite Date: Mon, 20 Jan 2025 16:08:41 -0800 Subject: [PATCH 1/2] 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 From d36f372bd179d117e1e4329f30549ab1c46ab542 Mon Sep 17 00:00:00 2001 From: syeopite Date: Mon, 20 Jan 2025 16:08:58 -0800 Subject: [PATCH 2/2] CI: Add support for 1.15.0 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa9ebac7..5f859613 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: - 1.12.1 - 1.13.2 - 1.14.0 + - 1.15.0 include: - crystal: nightly stable: false