From 11795a9c74ff96b569556a66ba3841d910d946f5 Mon Sep 17 00:00:00 2001 From: meatball <69751659+meatball133@users.noreply.github.com> Date: Sun, 20 Oct 2024 16:35:44 +0200 Subject: [PATCH] Prep for 1.14 (#699) --- .github/workflows/doc-generator.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/doc-generator.yml b/.github/workflows/doc-generator.yml index 01a375b5..5948d1ea 100644 --- a/.github/workflows/doc-generator.yml +++ b/.github/workflows/doc-generator.yml @@ -14,7 +14,7 @@ jobs: - name: Install Crystal uses: crystal-lang/install-crystal@cdf26dcd488490c9939e9d4d62cab169c9e4f20d with: - crystal: "1.13.1" + crystal: "1.14.0" - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Run generator tests run: crystal spec ./document-generator/spec/* @@ -26,7 +26,7 @@ jobs: - name: Install Crystal uses: crystal-lang/install-crystal@cdf26dcd488490c9939e9d4d62cab169c9e4f20d with: - crystal: "1.13.1" + crystal: "1.14.0" - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Run generator tests run: crystal document-generator/scripts/check_docs.cr diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cbe918a2..e474963f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: strategy: # Allows running the job multiple times with different configurations matrix: - crystal: ["1.9", "1.10", "1.11", "1.12", "1.13.1"] + crystal: ["1.10", "1.11", "1.12", "1.13", "1.14.0"] container: image: crystallang/crystal:${{ matrix.crystal }} steps: @@ -58,7 +58,7 @@ jobs: - name: Install Crystal uses: crystal-lang/install-crystal@cdf26dcd488490c9939e9d4d62cab169c9e4f20d with: - crystal: "1.13.1" + crystal: "1.14.0" - name: 'Setup jq' run: choco install jq - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 diff --git a/README.md b/README.md index 2cba9ea0..c190c93e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@