We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e6040 commit 922aa5dCopy full SHA for 922aa5d
1 file changed
bucket/graalvm.json
@@ -19,7 +19,7 @@
19
},
20
"checkver": {
21
"url": "https://github.com/graalvm/graalvm-ce-builds/releases/latest",
22
- "regex": "jdk-(25[\\d.]*)"
+ "regex": "jdk-([\\d.]+)"
23
24
"autoupdate": {
25
"url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-$version/graalvm-community-jdk-$version_windows-x64_bin.zip",
@@ -28,4 +28,3 @@
28
}
29
30
31
-
0 commit comments