Skip to content
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

Build failing because of non existent arguments #21

Closed
danon opened this issue Nov 7, 2020 · 3 comments
Closed

Build failing because of non existent arguments #21

danon opened this issue Nov 7, 2020 · 3 comments

Comments

@danon
Copy link

danon commented Nov 7, 2020

I tried running composer test with php-actions/composer@v1 and @v2, and in both cases I got this error:

Command: composer test --no-interaction --no-suggest --no-progress

Error: The "--no-suggest" option does not exist.

image

I get the same version on my local compose in versions 1.9 and 2.0.6.

I'm buffled as to why actions try to run compoer with invalid arguments?

@g105b
Copy link
Member

g105b commented Nov 7, 2020

Hi @danon , please could you confirm that this issue is dived on php-actions/composer@master? It's something I've fixed in this commit recently but will need to be made into a release.

@danon
Copy link
Author

danon commented Nov 7, 2020

After I've upgraded to @V3 it works. Thank you.

@danon danon closed this as completed Nov 7, 2020
@g105b
Copy link
Member

g105b commented Nov 7, 2020

Aha, excellent - I'm in the middle of putting together a version of this action that can switch PHP versions and Composer versions, I had forgotten the release was already out there.

Have fun!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants