Skip to content

Commit c03fbd7

Browse files
committed
Updates Kotlin versions in CI
Updates the Kotlin versions used in CI to include the latest release and pre-release versions, ensuring compatibility testing with the newest language features and bug fixes.
1 parent 504a87f commit c03fbd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: [ '17', '21', '25' ]
4444
# Minimum version, latest release version, latest pre-release version (if exists)
45-
kotlin: ['2.1.21', '2.2.20']
45+
kotlin: ['2.1.21', '2.2.21', '2.3.0-RC2']
4646
env:
4747
KOTLIN_VERSION: ${{ matrix.kotlin }}
4848
name: "Kotlin ${{ matrix.kotlin }} - Java ${{ matrix.java-version }}"

0 commit comments

Comments
 (0)