Skip to content

Commit b42143f

Browse files
committed
Undo change to Kotlin versions to test on CI
1 parent 1fc4024 commit b42143f

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
@@ -25,11 +25,12 @@ jobs:
2525
runs-on: 'ubuntu-22.04'
2626
strategy:
2727
fail-fast: false
28+
max-parallel: 5
2829
matrix:
2930
java_version: ['8', '11', '17', '21', '22']
3031
# kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10.
3132
# kotlin-reflect 2.0.0-Beta5 is not used because of KT-67209
32-
kotlin_version: ['1.7.22', '1.8.10', '1.9.23', '2.0.0-RC2']
33+
kotlin_version: ['1.7.22', '1.8.10', '1.9.23', '2.0.0-Beta4']
3334
include:
3435
- java_version: '8'
3536
kotlin_version: '1.7.22'

0 commit comments

Comments
 (0)