-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
Bug: Unable to install tools specific versions #899
Comments
@deguif setup-php installs it correctly, but when checking the version, it errors out for PHP 8.4, So, once we have a php-cs-fixer version with that updated to support PHP 8.4, it will start showing the version correctly in the logs. You can follow this PR for the progress |
Thanks @shivammathur |
composer-normalize is also installed correctly, but not picking the correct version in the log as This is fixed in 196b96b, will be in the next release. |
Thanks @shivammathur for the quick fix and the explanations |
@localheinz is this sth which should be fixed? I would also expect the version of the tool, not the compiled against composer version |
Describe the bug
When a version is specified on a tool to add during the install, the install script doesn't seem to take the version into account.
Version
Runners
GitHub Hosted
Operating systems
Ubuntu24.04
PHP versions
PHP 8.4
To Reproduce
Expected behavior
The tools below should have been installed with the specified version :
composer-normalize
in2.28.3
php-cs-fixer
in3.66.2
Screenshots/Logs
Additional context
No response
Are you willing to submit a PR?
No
The text was updated successfully, but these errors were encountered: