From 47032082c03b8bf624406eb18a7ad1d801f63e03 Mon Sep 17 00:00:00 2001 From: Morgan Aubert Date: Thu, 10 Oct 2024 20:36:54 -0400 Subject: [PATCH] Ensure project is tested using Crystal 1.14.0 --- .github/workflows/qa.yml | 2 +- .github/workflows/specs.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index be28313..e44fcf5 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -12,7 +12,7 @@ jobs: qa: runs-on: ubuntu-latest container: - image: crystallang/crystal:1.13.0 + image: crystallang/crystal:1.14.0 steps: - uses: actions/checkout@v1 - name: Install shards diff --git a/.github/workflows/specs.yml b/.github/workflows/specs.yml index 5ebb5bd..885a90e 100644 --- a/.github/workflows/specs.yml +++ b/.github/workflows/specs.yml @@ -25,9 +25,9 @@ jobs: fail-fast: false matrix: crystal: [ - '1.11.2', '1.12.2', '1.13.0', + '1.14.0', 'nightly', ] container: @@ -64,9 +64,9 @@ jobs: matrix: db_version: ['11', '12', '13', '14', '15', 'latest'] crystal: [ - '1.11.2', '1.12.2', '1.13.0', + '1.14.0', 'nightly', ] container: @@ -92,9 +92,9 @@ jobs: fail-fast: false matrix: crystal: [ - '1.11.2', '1.12.2', '1.13.0', + '1.14.0', 'nightly', ] container: