Skip to content

Commit

Permalink
Ensure project is tested using Crystal 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Jan 16, 2022
1 parent f673a95 commit 0d1865a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
qa:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.3.0
image: crystallang/crystal:1.3.1
steps:
- uses: actions/checkout@v1
- name: Install shards
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
crystal: ['1.3.0', 'nightly']
crystal: ['1.3.1', 'nightly']
container:
image: crystallang/crystal:${{ matrix.crystal }}
steps:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
fail-fast: false
matrix:
db_version: ['10', '11', '12', 'latest']
crystal: ['1.3.0', 'nightly']
crystal: ['1.3.1', 'nightly']
container:
image: crystallang/crystal:${{ matrix.crystal }}
steps:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
strategy:
fail-fast: false
matrix:
crystal: ['1.3.0', 'nightly']
crystal: ['1.3.1', 'nightly']
container:
image: crystallang/crystal:${{ matrix.crystal }}
steps:
Expand Down

0 comments on commit 0d1865a

Please sign in to comment.