Rename 3.4-asan to asan-release

* And it is currently based on the latest release, that is 4.0.0.
This commit is contained in:
Benoit Daloze
2026-01-05 18:59:19 +01:00
parent 4c24fa5ec0
commit b90be12699
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -68,8 +68,8 @@ export async function time(name, block) {
}
export function isHeadVersion(rubyVersion) {
// 3.4-asan counts as "head" because the version cannot be selected -- you can only get whatever's latest
return ['head', 'debug', 'mingw', 'mswin', 'ucrt', 'asan', '3.4-asan'].includes(rubyVersion)
// asan-release counts as "head" because the version cannot be selected -- you can only get whatever's latest
return ['head', 'debug', 'mingw', 'mswin', 'ucrt', 'asan', 'asan-release'].includes(rubyVersion)
}
export function isStableVersion(engine, rubyVersion) {