From c8ae936edcccb4afa7f785fd442d3eef1d49fa93 Mon Sep 17 00:00:00 2001 From: Morgan Aubert Date: Tue, 9 Jan 2024 20:46:50 -0500 Subject: [PATCH] Ensure project is tested using Crystal 1.11 --- .github/workflows/ci.yml | 2 +- .github/workflows/docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e41d8d..39127a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,9 +26,9 @@ jobs: crystal: - latest - nightly - - 1.8.2 - 1.9.2 - 1.10.0 + - 1.11.0 runs-on: ubuntu-latest container: image: crystallang/crystal:${{ matrix.crystal }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index aae76c0..6e98c36 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -8,7 +8,7 @@ jobs: build-and-deploy: runs-on: ubuntu-latest container: - image: crystallang/crystal:1.10.0 + image: crystallang/crystal:1.11.0 steps: - name: Work around permission issue run: git config --global --add safe.directory /__w/i18n/i18n