From 24950dee20ae0a7ffb629623c03217f6eb6782e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Mon, 22 Jan 2024 16:49:45 +0100 Subject: [PATCH] Update previous crystal release - 1.11.2 --- .github/workflows/test-crystal-shards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-crystal-shards.yml b/.github/workflows/test-crystal-shards.yml index 0a90b05..4a044c8 100644 --- a/.github/workflows/test-crystal-shards.yml +++ b/.github/workflows/test-crystal-shards.yml @@ -25,7 +25,7 @@ on: default: 'release=1' required: false previous_crystal_release: - default: 'https://github.com/crystal-lang/crystal/releases/download/1.11.1/crystal-1.11.1-1-linux-x86_64.tar.gz' + default: 'https://github.com/crystal-lang/crystal/releases/download/1.11.2/crystal-1.11.2-1-linux-x86_64.tar.gz' required: true jobs: build: