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

This commit is contained in:
syeopite 2021-10-15 14:01:03 +00:00 committed by GitHub
parent 961c5740b7
commit d6eaeef8a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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