Skip to content

Commit 32f3a0f

Browse files
committed
Temporarily removed Kotlin 2.1.x branch
Because it only appeared to be working due to inadequacies. This will be corrected separately.
1 parent 73b9b5d commit 32f3a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# LTS versions, latest version (if exists)
4343
java-version: [ '8', '11', '17', '21', '23' ]
4444
# Minimum version, latest release version, latest pre-release version (if exists)
45-
kotlin: ['1.9.25', '2.0.21', '2.1.0-RC2']
45+
kotlin: ['1.9.25', '2.0.21']
4646
env:
4747
KOTLIN_VERSION: ${{ matrix.kotlin }}
4848
name: "Kotlin ${{ matrix.kotlin }} - Java ${{ matrix.java-version }}"

0 commit comments

Comments
 (0)