Skip to content

Commit e5959f4

Browse files
committed
Add Java and Kotlin release references
1 parent 3eb809d commit e5959f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36+
# https://jdk.java.net/
3637
java: [23, 24, 25]
3738
runs-on: ubuntu-latest
3839

@@ -53,6 +54,7 @@ jobs:
5354
strategy:
5455
fail-fast: false
5556
matrix:
57+
# https://kotlinlang.org/docs/releases.html#release-details
5658
# https://kotlinlang.org/docs/eap.html#build-details
5759
kotlin: [1.9.25, 2.0.21, 2.1.10-RC, 2.1.20-Beta1]
5860
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)