mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-08 22:04:10 +07:00
Update Phive configuration
This commit is contained in:
3
dist/index.js
vendored
3
dist/index.js
vendored
@ -571,6 +571,9 @@ async function addPhive(version, php_version, os_version) {
|
||||
case /7\.1/.test(php_version):
|
||||
version = version.replace('latest', '0.13.5');
|
||||
break;
|
||||
case /7\.2/.test(php_version):
|
||||
version = version.replace('latest', '0.14.5');
|
||||
break;
|
||||
}
|
||||
switch (version) {
|
||||
case 'latest':
|
||||
|
Reference in New Issue
Block a user