From 7f1a8f395b62c1ddac1f8700e79e5a49dab3abde Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Sun, 29 Dec 2024 20:16:29 +0900 Subject: [PATCH] Update test-main.yml --- .github/workflows/test-main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-main.yml b/.github/workflows/test-main.yml index f0c8434..f21e557 100644 --- a/.github/workflows/test-main.yml +++ b/.github/workflows/test-main.yml @@ -50,9 +50,10 @@ jobs: - name: '2.0.21 K2' version: '2.0.21' k2: true - - name: '2.1.0-RC2' + - name: '2.1.0' k2: false - - name: '2.1.0-RC2 K2' + - name: '2.1.0 K2' + version: '2.1.0' k2: true env: KOTLIN_VERSION: ${{ matrix.kotlin.version }}