There was an error while loading. Please reload this page.
1 parent 145ca01 commit f3495e2Copy full SHA for f3495e2
2 files changed
.github/workflows/qa.yml
@@ -12,7 +12,7 @@ jobs:
12
qa:
13
runs-on: ubuntu-latest
14
container:
15
- image: crystallang/crystal:1.20.0
+ image: crystallang/crystal:1.21.0
16
steps:
17
- uses: actions/checkout@v1
18
- name: Install shards
.github/workflows/specs.yml
@@ -15,9 +15,9 @@ jobs:
fail-fast: false
matrix:
crystal: [
- '1.18.1',
19
'1.19.0',
20
'1.20.0',
+ '1.21.0',
21
'nightly',
22
]
23
services:
0 commit comments