There was an error while loading. Please reload this page.
1 parent e80e8be commit d546039Copy full SHA for d546039
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.18.1
+ image: crystallang/crystal:1.19.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.16.0',
19
'1.17.0',
20
'1.18.1',
+ '1.19.0',
21
'nightly',
22
]
23
services:
0 commit comments