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 c813eeb commit b42f1cbCopy full SHA for b42f1cb
packages/graalvm/src/main/kotlin/elide/runtime/core/internals/graalvm/GraalVMRuntime.kt
@@ -48,6 +48,7 @@ import elide.runtime.core.internals.graalvm.GraalVMRuntime.Companion.VARIANT_NAT
48
* versions and the values are the corresponding GraalVM release.
49
*/
50
private val SubstrateVersionMap = sortedMapOf(
51
+ "25.0.1" to "25.0.1",
52
"25" to "25.0.0",
53
"24.0.2" to "24.2.2",
54
"24.0.1" to "24.2.1",
0 commit comments