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

pull/2522/head
syeopite 3 years ago committed by GitHub
parent 961c5740b7
commit d6eaeef8a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 }}

Loading…
Cancel
Save