Update brew extensions

This commit is contained in:
Shivam Mathur
2026-01-28 14:39:51 +05:30
parent 1eee54fe48
commit f0b3fd9afe
4 changed files with 27 additions and 3 deletions

View File

@@ -131,7 +131,11 @@ describe('Extension tests', () => {
)
? `add_${ext_name}`
: `add_brew_extension ${formula} ${prefix}`;
return [formula, formula === 'phalcon3' ? '7.3' : '7.4', output];
return [
formula,
formula.match(/phalcon3|lua|propro/) ? '7.3' : '8.1',
output
];
});
it.each(data)(