-
Notifications
You must be signed in to change notification settings - Fork 56
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
Fix exit code handling #210
Conversation
The exit code was only being checked on PHP 7.4+, which is completely wrong. This makes the checks behave consistently across all supported versions, updating the expected reports accordingly.
Hi!.. sorry to be a PITA.. but maybe it's best if you could split this into two commits.. the first one to fail and the second to fix the report and be green? Because now how can we be sure that this is even fixed? |
That wouldn't be an atomic commit, so I rather not do that. Other maintainers are free to rebase and rework my stuff.
You can look at the output of the job and see that there's no diff being reported. If you want, you can even play locally with the things to ensure the problem is addressed. |
ok ok.. no problem 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lcobucci Thanks for taking a look into this!
Thanks @lcobucci ! |
I would have the opposite order actually :P and pushed an extra commit to do the check ^^ |
The exit code was only being checked on PHP 7.4+, which is completely wrong.
This makes the checks behave consistently across all supported versions, updating the expected reports accordingly.
Fixes: #209