Skip to content

Commit f13a39b

Browse files
committed
chore: github action changes
1 parent e27c737 commit f13a39b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/graalvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
java-version: [ '23' ]
42+
java-version: [ 'dev' ]
4343
distribution: [ 'graalvm-community' ]
4444
os: [ ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-13, windows-latest ]
4545
build-type: [ libc, musl ]

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
java = "23"
2+
java = "25"
33
kotlin = "2.1.20-RC2"
44
kotlin-ksp = "2.1.20-RC2-1.0.31"
55
kotlin-jvmtarget = "21"
@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020
org-url = "https://suresh.dev"
2121

2222
# Gradle Dependencies Versions
23-
bc-plugins = "1.15.0"
23+
bc-plugins = "1.16.0"
2424
kotlinx-kover = "0.9.1"
2525
kotlinx-bcv = "0.17.0"
2626
kotlin-dokka = "2.0.0"

0 commit comments

Comments
 (0)