We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 453ef1c + 5fe958c commit e47a4a3Copy full SHA for e47a4a3
.github/workflows/test-main.yml
@@ -42,7 +42,7 @@ jobs:
42
# LTS versions, latest version (if exists)
43
java-version: [ '8', '11', '17', '21', '23' ]
44
# Minimum version, latest release version, latest pre-release version (if exists)
45
- kotlin: ['1.9.25', '2.0.21']
+ kotlin: ['1.9.25', '2.0.21', '2.1.20']
46
env:
47
KOTLIN_VERSION: ${{ matrix.kotlin }}
48
name: "Kotlin ${{ matrix.kotlin }} - Java ${{ matrix.java-version }}"
0 commit comments