Add Crystal 1.2.0 to CI and bump install-crystal (#2517)

このコミットが含まれているのは:
syeopite 2021-10-15 14:01:03 +00:00 committed by GitHub
コミット d6eaeef8a6
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -40,6 +40,7 @@ jobs:
crystal: crystal:
- 1.0.0 - 1.0.0
- 1.1.1 - 1.1.1
- 1.2.0
include: include:
- crystal: nightly - crystal: nightly
stable: false stable: false
@ -48,7 +49,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install Crystal - name: Install Crystal
uses: oprypin/install-crystal@v1.2.4 uses: crystal-lang/install-crystal@v1.5.3
with: with:
crystal: ${{ matrix.crystal }} crystal: ${{ matrix.crystal }}