forked from midou/invidious
Add Crystal 1.2.0 to CI and bump install-crystal (#2517)
This commit is contained in:
parent
961c5740b7
commit
d6eaeef8a6
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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…
Reference in New Issue
Block a user