From 1a37a0952788c733974820c8b09798e3c6d3a0fc Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Sun, 15 Jun 2025 13:24:28 +0900 Subject: [PATCH] Update test-main.yml --- .github/workflows/test-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-main.yml b/.github/workflows/test-main.yml index e5a08200..f3b99c99 100644 --- a/.github/workflows/test-main.yml +++ b/.github/workflows/test-main.yml @@ -42,7 +42,7 @@ jobs: # LTS versions, latest version (if exists) java-version: [ '17', '21', '24' ] # Minimum version, latest release version, latest pre-release version (if exists) - kotlin: ['2.0.21', '2.1.20', '2.2.0-RC'] + kotlin: ['2.0.21', '2.1.20', '2.2.0-RC2'] env: KOTLIN_VERSION: ${{ matrix.kotlin }} name: "Kotlin ${{ matrix.kotlin }} - Java ${{ matrix.java-version }}"