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.
1 parent 3eb809d commit e5959f4Copy full SHA for e5959f4
1 file changed
.github/workflows/main.yml
@@ -33,6 +33,7 @@ jobs:
33
strategy:
34
fail-fast: false
35
matrix:
36
+ # https://jdk.java.net/
37
java: [23, 24, 25]
38
runs-on: ubuntu-latest
39
@@ -53,6 +54,7 @@ jobs:
53
54
55
56
57
+ # https://kotlinlang.org/docs/releases.html#release-details
58
# https://kotlinlang.org/docs/eap.html#build-details
59
kotlin: [1.9.25, 2.0.21, 2.1.10-RC, 2.1.20-Beta1]
60
0 commit comments