mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-23 15:19:07 +07:00
Add support for phan/phan
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@ -1987,6 +1987,10 @@ async function addTools(tools_csv, php_version, os_version) {
|
||||
url = github + 'squizlabs/PHP_CodeSniffer/' + uri;
|
||||
script += await addArchive(tool, version, url, os_version);
|
||||
break;
|
||||
case 'phan':
|
||||
url = github + 'phan/phan/' + uri;
|
||||
script += await addArchive(tool, version, url, os_version);
|
||||
break;
|
||||
case 'phive':
|
||||
script += await addPhive(version, os_version);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user