mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-25 08:09:08 +07:00
Add symfony/flex to supported tools
This commit is contained in:
3
dist/index.js
vendored
3
dist/index.js
vendored
@ -2042,6 +2042,9 @@ function addTools(tools_csv, php_version, os_version) {
|
||||
url = yield getDeployerUrl(version);
|
||||
script += yield addArchive(tool, version, url, os_version);
|
||||
break;
|
||||
case 'flex':
|
||||
script += yield addPackage(tool, release, 'symfony/', os_version);
|
||||
break;
|
||||
case 'phinx':
|
||||
script += yield addPackage(tool, release, 'robmorgan/', os_version);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user