mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-01 02:14:16 +07:00
Specify PHP version when installing ast
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@ -3052,8 +3052,8 @@ async function addExtensionLinux(extension_csv, version, pipe) {
|
||||
extension = extension.replace(/pdo[_-]|3/, '');
|
||||
add_script += '\nadd_pdo_extension ' + extension;
|
||||
return;
|
||||
// match ast and uopz
|
||||
case /^(ast|uopz)$/.test(extension):
|
||||
// match uopz
|
||||
case /^(uopz)$/.test(extension):
|
||||
command = command_prefix + '-' + extension + pipe;
|
||||
break;
|
||||
// match sqlite
|
||||
|
Reference in New Issue
Block a user