diff options
| author | syeopite <70992037+syeopite@users.noreply.github.com> | 2023-11-07 23:46:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-07 23:46:20 +0000 |
| commit | 2562f80695e2391551cd83e42250c31ad0e1357a (patch) | |
| tree | b394969b7a28cc230f05d97cfefc74f8336899c2 /.github/workflows | |
| parent | fead0e14acd8d38e52614e89bf89f22a3e2935ea (diff) | |
| download | invidious-2562f80695e2391551cd83e42250c31ad0e1357a.tar.gz invidious-2562f80695e2391551cd83e42250c31ad0e1357a.tar.bz2 invidious-2562f80695e2391551cd83e42250c31ad0e1357a.zip | |
Add CI for Crystal 1.10.1
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36ec409e..7bdda9c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: - 1.7.3 - 1.8.2 - 1.9.2 + - 1.10.1 include: - crystal: nightly stable: false |
