From ce3bfd4ffd7bfc6c4e7fc3d7362cd0fd9106da2b Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Sat, 30 Aug 2025 14:20:55 +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 3f7209c1..e7396c7f 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.21', '2.2.0'] + kotlin: ['2.0.21', '2.1.21', '2.2.10'] env: KOTLIN_VERSION: ${{ matrix.kotlin }} name: "Kotlin ${{ matrix.kotlin }} - Java ${{ matrix.java-version }}"