mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-06 12:54:07 +07:00
Add support for phan/phan
This commit is contained in:
@ -463,6 +463,10 @@ export async function addTools(
|
||||
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