We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1b556 commit 8130318Copy full SHA for 8130318
.github/workflows/qa.yml
@@ -12,7 +12,7 @@ jobs:
12
qa:
13
runs-on: ubuntu-latest
14
container:
15
- image: crystallang/crystal:1.16.0
+ image: crystallang/crystal:1.17.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.14.0',
19
'1.15.0',
20
'1.16.0',
+ '1.17.0',
21
'nightly',
22
]
23
services:
0 commit comments