- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 374
Support tools: none #446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@szepeviktor Although, updating composer phar takes only around 100ms... so I kept it as a default, since that is what most workflows did before installing packages. |
This is because and reverting to PHP 7.0 gives error, as line 14 of the package is So remove |
I need the fruit of modern Could you help? |
Removing composer won't help here as when you use Downgrading the package using rector might help |
I've stated that I will not start Composer again after the PHP downgrade. |
And we could spare 100 ms! 😄 |
Added in develop, please test and let me know. - name: Setup PHP
uses: shivammathur/setup-php@develop
with:
php-version: '7.0'
tools: none |
Added in |
Thank you. |
Describe the feature
Please consider supporting
tools: none
when not even Composer is installed.Currently there is a message with "unknown tool".
https://github.com/shivammathur/setup-php/blob/master/src/tools.ts#L536
Thank you.
The text was updated successfully, but these errors were encountered: