summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorFijxu <fijxu@nadeko.net>2025-05-14 01:51:03 -0400
committerGitHub <noreply@github.com>2025-05-14 01:51:03 -0400
commit03f89be9291b70ea7234e4291348e80b6c2c5d4e (patch)
tree907d4435511c75219a23f75ec11f6df82e3c5d68 /.github
parentd4eb2a97412ed36e0db7f059616d48bb193ab85f (diff)
downloadinvidious-03f89be9291b70ea7234e4291348e80b6c2c5d4e.tar.gz
invidious-03f89be9291b70ea7234e4291348e80b6c2c5d4e.tar.bz2
invidious-03f89be9291b70ea7234e4291348e80b6c2c5d4e.zip
CI: Bump Crystal version matrix (#5293)
* CI: Bump Crystal version matrix - 1.12.1 -> 1.12.2 - 1.13.2 -> 1.13.3 - 1.14.0 -> 1.14.1 - 1.15.0 -> 1.15.1 - Add 1.16.3 * Update Crystal 1.16.2 to 1.16.3 https://github.com/crystal-lang/crystal/releases/tag/1.16.3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4c4635c4..9d6a930a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -38,10 +38,11 @@ jobs:
matrix:
stable: [true]
crystal:
- - 1.12.1
- - 1.13.2
- - 1.14.0
- - 1.15.0
+ - 1.12.2
+ - 1.13.3
+ - 1.14.1
+ - 1.15.1
+ - 1.16.3
include:
- crystal: nightly
stable: false