Skip to content

Commit

Permalink
Ensure project is tested using Crystal 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Jan 13, 2024
1 parent 7fba91d commit ee5f8fe
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 @@ -10,7 +10,7 @@ jobs:
qa:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.11.0
image: crystallang/crystal:1.11.1
steps:
- uses: actions/checkout@v1
- name: Install required packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
container:
image: crystallang/crystal:1.11.0
image: crystallang/crystal:1.11.1
steps:
- uses: actions/checkout@v2
- name: Install required packages
Expand Down

0 comments on commit ee5f8fe

Please sign in to comment.