diff options
| author | Emilien Devos <contact@emiliendevos.be> | 2022-08-06 15:12:45 +0200 |
|---|---|---|
| committer | Emilien Devos <contact@emiliendevos.be> | 2022-08-06 15:12:45 +0200 |
| commit | 0c64a86ebec8844a3aadbe44265776767d810aae (patch) | |
| tree | 9b1b69d744e38560cd4e4c49f64b0f8928f5d1b0 /.github | |
| parent | 644ba469451f2348219f99684e44e42a276bfd46 (diff) | |
| download | invidious-0c64a86ebec8844a3aadbe44265776767d810aae.tar.gz invidious-0c64a86ebec8844a3aadbe44265776767d810aae.tar.bz2 invidious-0c64a86ebec8844a3aadbe44265776767d810aae.zip | |
crystal 1.5.0 to CI and update crystal version
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/container-release.yml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc80c75c..7e10be8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: - 1.2.2 - 1.3.2 - 1.4.0 + - 1.5.0 include: - crystal: nightly stable: false diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index 212487c8..7e427e6e 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -27,7 +27,7 @@ jobs: - name: Install Crystal uses: crystal-lang/install-crystal@v1.6.0 with: - crystal: 1.2.2 + crystal: 1.5.0 - name: Run lint run: | |
