From aac0c648121d38a2dc0f7293071ee4261b15f141 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Fri, 4 Oct 2024 11:55:29 +1300 Subject: [PATCH] Add `asan` as a head version of Ruby. --- common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.js b/common.js index 4a5d0e904..d2399579b 100644 --- a/common.js +++ b/common.js @@ -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) {