From d52deab2466db4051499de370ed70c4adc9de143 Mon Sep 17 00:00:00 2001 From: Morgan Aubert Date: Tue, 21 Mar 2023 19:55:58 -0400 Subject: [PATCH] Ensure project is tested using Crystal 1.7.3 --- .github/workflows/qa.yml | 4 ++-- .github/workflows/specs.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index b3d2c0122..18f64f837 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -12,7 +12,7 @@ jobs: crystal: runs-on: ubuntu-latest container: - image: crystallang/crystal:1.7.2 + image: crystallang/crystal:1.7.3 steps: - uses: actions/checkout@v1 - name: Install shards @@ -22,7 +22,7 @@ jobs: docs: runs-on: ubuntu-latest container: - image: crystallang/crystal:1.7.2 + image: crystallang/crystal:1.7.3 steps: - uses: actions/checkout@v1 - name: Use Node.js 16.x diff --git a/.github/workflows/specs.yml b/.github/workflows/specs.yml index 942397089..79d8e0507 100644 --- a/.github/workflows/specs.yml +++ b/.github/workflows/specs.yml @@ -26,7 +26,7 @@ jobs: matrix: crystal: [ '1.6.2', - '1.7.2', + '1.7.3', 'nightly', ] container: @@ -69,7 +69,7 @@ jobs: db_version: ['11', '12', '13', '14', '15', 'latest'] crystal: [ '1.6.2', - '1.7.2', + '1.7.3', 'nightly', ] container: @@ -101,7 +101,7 @@ jobs: matrix: crystal: [ '1.6.2', - '1.7.2', + '1.7.3', 'nightly', ] container: