mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Update extensions.ts
Phalcon 4.0.0 is released and now in the master.
This commit is contained in:
parent
0969980399
commit
2cbfd4fb41
@ -92,7 +92,7 @@ export async function addExtensionLinux(
|
|||||||
install_command =
|
install_command =
|
||||||
'sh ' +
|
'sh ' +
|
||||||
path.join(__dirname, '../src/scripts/phalcon.sh') +
|
path.join(__dirname, '../src/scripts/phalcon.sh') +
|
||||||
' master ' +
|
' 3.4.x ' +
|
||||||
version +
|
version +
|
||||||
' >/dev/null 2>&1';
|
' >/dev/null 2>&1';
|
||||||
break;
|
break;
|
||||||
@ -102,7 +102,7 @@ export async function addExtensionLinux(
|
|||||||
install_command =
|
install_command =
|
||||||
'sh ' +
|
'sh ' +
|
||||||
path.join(__dirname, '../src/scripts/phalcon.sh') +
|
path.join(__dirname, '../src/scripts/phalcon.sh') +
|
||||||
' 4.0.x ' +
|
' master ' +
|
||||||
version +
|
version +
|
||||||
' >/dev/null 2>&1';
|
' >/dev/null 2>&1';
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user