Skip to content

Commit

Permalink
Ensure project is tested using Crystal 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
treagod authored Aug 28, 2024
1 parent bd22f59 commit 0e03a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
qa:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.13.1
image: crystallang/crystal:1.13.2
steps:
- uses: actions/checkout@v1
- name: Install shards
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
crystal: [
'1.11.2',
'1.12.2',
'1.13.1',
'1.13.2',
'nightly',
]
container:
Expand Down

0 comments on commit 0e03a00

Please sign in to comment.