From bac8beb79624160e566cabbd4866c115ec338a4e Mon Sep 17 00:00:00 2001 From: Jeremy Woertink Date: Sat, 9 Nov 2024 18:34:53 -0800 Subject: [PATCH] bump the min crystal version to 1.11 to support EOL for Windows --- .github/workflows/ci.yml | 2 +- shard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8888c12b2..d40a0dbda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - 14 - 16 crystal_version: - - 1.10.0 + - 1.11.0 - latest experimental: - false diff --git a/shard.yml b/shard.yml index 66325350f..96fcfb11d 100644 --- a/shard.yml +++ b/shard.yml @@ -1,7 +1,7 @@ name: avram version: 1.3.0 -crystal: ">= 1.10.0" +crystal: ">= 1.11.0" license: MIT