Skip to content

Commit

Permalink
Ensure project is tested using Crystal 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed May 1, 2022
1 parent 1054dcb commit 8e713af
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.4.0
image: crystallang/crystal:1.4.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 @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
crystal: [
'1.4.0',
'1.4.1',
'nightly',
]
container:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
matrix:
db_version: ['10', '11', '12', 'latest']
crystal: [
'1.4.0',
'1.4.1',
'nightly',
]
container:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
fail-fast: false
matrix:
crystal: [
'1.4.0',
'1.4.1',
'nightly',
]
container:
Expand Down

0 comments on commit 8e713af

Please sign in to comment.