Skip to content

Commit

Permalink
Add asan as a head version of Ruby.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix authored and eregon committed Oct 5, 2024
1 parent 727fd4f commit aac0c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export async function time(name, block) {
}

export function isHeadVersion(rubyVersion) {
return ['head', 'debug', 'mingw', 'mswin', 'ucrt'].includes(rubyVersion)
return ['head', 'debug', 'mingw', 'mswin', 'ucrt', 'asan'].includes(rubyVersion)
}

export function isStableVersion(engine, rubyVersion) {
Expand Down

0 comments on commit aac0c64

Please sign in to comment.