Skip to content

Commit 8227a1c

Browse files
committed
Downgrade Kotlin 1.8.x
1 parent db80323 commit 8227a1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
java_version: ['8', '11', '17', '21']
30-
kotlin_version: ['1.7.22', '1.8.22', '1.9.21']
30+
# kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10.
31+
kotlin_version: ['1.7.22', '1.8.10', '1.9.21']
3132
os: ['ubuntu-20.04']
3233
env:
3334
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"

0 commit comments

Comments
 (0)