mirror of
https://github.com/iv-org/invidious.git
synced 2024-10-01 01:35:38 -04:00
Update CI (#3368)
This commit is contained in:
commit
c5303d55e5
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -38,10 +38,10 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
stable: [true]
|
stable: [true]
|
||||||
crystal:
|
crystal:
|
||||||
- 1.2.2
|
|
||||||
- 1.3.2
|
- 1.3.2
|
||||||
- 1.4.0
|
- 1.4.1
|
||||||
- 1.5.0
|
- 1.5.1
|
||||||
|
- 1.6.1
|
||||||
include:
|
include:
|
||||||
- crystal: nightly
|
- crystal: nightly
|
||||||
stable: false
|
stable: false
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Install Crystal
|
- name: Install Crystal
|
||||||
uses: crystal-lang/install-crystal@v1.6.0
|
uses: crystal-lang/install-crystal@v1.7.0
|
||||||
with:
|
with:
|
||||||
crystal: ${{ matrix.crystal }}
|
crystal: ${{ matrix.crystal }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user