diff options
author | Linnea Gräf <nea@nea.moe> | 2024-11-26 23:07:55 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-11-26 23:07:55 +0100 |
commit | d65b3fbd1ae2bfd02226493f983ce3941c801b31 (patch) | |
tree | a0667c0d84534f0068b9361ac2cbc28090be2227 /.github | |
parent | 1b62f1b04b0431bf796023b3747a1f49f29b650c (diff) | |
download | reproduction-infinite-compile-d65b3fbd1ae2bfd02226493f983ce3941c801b31.tar.gz reproduction-infinite-compile-d65b3fbd1ae2bfd02226493f983ce3941c801b31.tar.bz2 reproduction-infinite-compile-d65b3fbd1ae2bfd02226493f983ce3941c801b31.zip |
Add even older kotlin version
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6682a68..ce446d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ jobs: compile: strategy: matrix: - kotlin-version: ["2.0.20", "2.0.21", "2.1.0-RC2", "1.9.25"] + kotlin-version: ["2.0.20", "2.0.21", "2.1.0-RC2", "1.9.25", "1.8.21"] steps: - uses: actions/checkout@v4 - name: Set up JDK 17 for x64 |