diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2022-04-16 22:49:56 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2022-04-16 22:49:56 +0200 |
| commit | 4fd1631b301983199648d6c28abcd03ebe6215bd (patch) | |
| tree | 5c11bcf765d14169394c6ee65cf1ef8f0dca452e /.github | |
| parent | 0a1614a872c10787235b389542bbbf5eabb4da54 (diff) | |
| download | invidious-4fd1631b301983199648d6c28abcd03ebe6215bd.tar.gz invidious-4fd1631b301983199648d6c28abcd03ebe6215bd.tar.bz2 invidious-4fd1631b301983199648d6c28abcd03ebe6215bd.zip | |
Update crystal version in CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db0987cf..4e68b7f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,9 +38,9 @@ jobs: matrix: stable: [true] crystal: - - 1.0.0 - - 1.1.1 - 1.2.2 + - 1.3.2 + - 1.4.0 include: - crystal: nightly stable: false |
