Skip to content

Commit

Permalink
Ensure project is tested using Crystal 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Apr 10, 2024
1 parent 4e3fba3 commit ca0326e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.11.0
image: crystallang/crystal:1.12.0
steps:
- uses: actions/checkout@v1
- name: Install shards
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
fail-fast: false
matrix:
crystal: [
'1.9.2',
'1.10.0',
'1.11.0',
'1.11.2',
'1.12.0',
'nightly',
]
container:
Expand Down

0 comments on commit ca0326e

Please sign in to comment.