Skip to content

Commit aac0c64

Browse files
ioquatixeregon
authored andcommitted
Add asan as a head version of Ruby.
1 parent 727fd4f commit aac0c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export async function time(name, block) {
6666
}
6767

6868
export function isHeadVersion(rubyVersion) {
69-
return ['head', 'debug', 'mingw', 'mswin', 'ucrt'].includes(rubyVersion)
69+
return ['head', 'debug', 'mingw', 'mswin', 'ucrt', 'asan'].includes(rubyVersion)
7070
}
7171

7272
export function isStableVersion(engine, rubyVersion) {

0 commit comments

Comments
 (0)