Skip to content

Commit

Permalink
Ensure project is tested using Crystal 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Jan 10, 2024
1 parent b740784 commit a287884
Show file tree
Hide file tree
Showing 3 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.10.0
image: crystallang/crystal:1.11.0
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.10.0
image: crystallang/crystal:1.11.0
steps:
- uses: actions/checkout@v2
- name: Install required packages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For more information on how to this works with other frontends/backends, head ov

## System requirements

* [Crystal](https://crystal-lang.org/) 1.10+
* [Crystal](https://crystal-lang.org/) 1.11+
* [Node.js](https://nodejs.org/en/) - 18.x

## Installation
Expand Down

0 comments on commit a287884

Please sign in to comment.