diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2023-09-18 23:32:42 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2023-09-18 23:32:42 +0200 |
| commit | 98ff03a92695e09f1993ca182a930763f0653073 (patch) | |
| tree | b211d28e2ab1cdbbf037787f1c2d4dbbea63014c /.github | |
| parent | 842e9fade58414c606b8d97b5050c5f9c9ab77dd (diff) | |
| parent | bbf067ed55810bef6ee5550c66c38528d1ef8a32 (diff) | |
| download | invidious-98ff03a92695e09f1993ca182a930763f0653073.tar.gz invidious-98ff03a92695e09f1993ca182a930763f0653073.tar.bz2 invidious-98ff03a92695e09f1993ca182a930763f0653073.zip | |
CI: Update crystal version matrix (#4095)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 5 | ||||
| -rw-r--r-- | .github/workflows/container-release.yml | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f94a943a..1ca0dc96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,11 +38,10 @@ jobs: matrix: stable: [true] crystal: - - 1.4.1 - - 1.5.1 - 1.6.2 - 1.7.3 - 1.8.2 + - 1.9.2 include: - crystal: nightly stable: false @@ -53,7 +52,7 @@ jobs: submodules: true - name: Install Crystal - uses: crystal-lang/install-crystal@v1.7.0 + uses: crystal-lang/install-crystal@v1.8.0 with: crystal: ${{ matrix.crystal }} diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index 13bbf34c..c2756fcc 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -25,9 +25,9 @@ jobs: uses: actions/checkout@v3 - name: Install Crystal - uses: crystal-lang/install-crystal@v1.6.0 + uses: crystal-lang/install-crystal@v1.8.0 with: - crystal: 1.5.0 + crystal: 1.9.2 - name: Run lint run: | @@ -77,4 +77,3 @@ jobs: tags: quay.io/invidious/invidious:${{ github.sha }}-arm64,quay.io/invidious/invidious:latest-arm64 build-args: | "release=1" - |
