summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsyeopite <70992037+syeopite@users.noreply.github.com>2021-10-15 14:01:03 +0000
committerGitHub <noreply@github.com>2021-10-15 16:01:03 +0200
commitd6eaeef8a6a209d294ce2872a667da3a00c94ff5 (patch)
treed387df9b0a5b4e9c63e100c19e1a94c527a413de /.github
parent961c5740b7b0e5134fd22dc71cb2c8644bd7aed6 (diff)
downloadinvidious-d6eaeef8a6a209d294ce2872a667da3a00c94ff5.tar.gz
invidious-d6eaeef8a6a209d294ce2872a667da3a00c94ff5.tar.bz2
invidious-d6eaeef8a6a209d294ce2872a667da3a00c94ff5.zip
Add Crystal 1.2.0 to CI and bump install-crystal (#2517)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3bb4c491..b99ecf18 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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 }}