You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Composer 1.x does not support the --no-check-version and will throw the below error causing the action to error out:
[Symfony\Component\Console\Exception\RuntimeException]
The "--no-check-version" option does not exist.
validate [--no-check-all] [--no-check-lock] [--no-check-publish] [-A|--with-dependencies] [--strict] [--] [<file>]
Steps to reproduce
Using Composer 1.x, try to run a composer install via the action and see it fail.
Run `composer validate --strict: it will indicate the composer.json is valid
Description
Composer 1.x does not support the
--no-check-version
and will throw the below error causing the action to error out:Steps to reproduce
composer install
via the action and see it fail.Example code to reproduce the issue: jrfnl/composer-install-action-bug@98a82bd
Action run showing the bug: https://github.com/jrfnl/composer-install-action-bug/runs/4633075161?check_suite_focus=true
Expected behavior
That the dependencies would be installed without errors when using Composer 1.x.
Environment details
The text was updated successfully, but these errors were encountered: