mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-19 12:04:43 +07:00
Hotfix after phalcon4 release
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@ -2270,7 +2270,7 @@ function addExtensionLinux(extension_csv, version) {
|
||||
install_command =
|
||||
'sh ' +
|
||||
path.join(__dirname, '../src/scripts/phalcon.sh') +
|
||||
' master ' +
|
||||
' 3.4.x ' +
|
||||
version +
|
||||
' >/dev/null 2>&1';
|
||||
break;
|
||||
@ -2280,7 +2280,7 @@ function addExtensionLinux(extension_csv, version) {
|
||||
install_command =
|
||||
'sh ' +
|
||||
path.join(__dirname, '../src/scripts/phalcon.sh') +
|
||||
' 4.0.x ' +
|
||||
' master ' +
|
||||
version +
|
||||
' >/dev/null 2>&1';
|
||||
break;
|
||||
|
Reference in New Issue
Block a user