Add support for phalcon5 on Linux and macOS

Fix get_pecl_version
This commit is contained in:
Shivam Mathur
2022-07-16 00:46:28 +05:30
parent 3ede7656cb
commit 0d9a1ba5ae
6 changed files with 44 additions and 14 deletions

View File

@ -117,7 +117,7 @@ describe('Extension tests', () => {
)
? `add_${extension}`
: `add_brew_extension ${formula} ${prefix}`;
return [formula, '7.3', output];
return [formula, formula === 'phalcon3' ? '7.3' : '7.4', output];
});
it.each(data)(