Skip to content

Commit 4c60715

Browse files
committed
Add Kotlin 2.1 test
1 parent e524c00 commit 4c60715

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
- name: '2.0.21 K2'
5454
version: '2.0.21'
5555
k2: true
56+
- name: '2.1.0-RC'
57+
k2: false
58+
- name: '2.1.0-RC K2'
59+
k2: true
5660
env:
5761
KOTLIN_VERSION: ${{ matrix.kotlin.version }}
5862
USE_K2: ${{ matrix.kotlin.k2 }}

0 commit comments

Comments
 (0)