-
Notifications
You must be signed in to change notification settings - Fork 18
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 CI #73
Fix CI #73
Conversation
Adding the The logs from CI aren't helpful to see why it fails, the only thing I see is "Process completed with exit code 1.". Since PHPUnit is a dev dependency, is there another way to solve this? Anything I can do here to help? |
@justim hm I see, ideally you should use PHPUnit bridge instead of having PHPUnit dependency in your project, but having it is a valid option too. I tried to unblock PHPUnit in #78 but seems there's an incompatibility issue that causes tests fail, if you have any ideas how to fix it - please, feel free to help |
@justim IIRC Symfony is not ready for PHPUnit 10+ yet. Do you use PHPUnit 10 with the installed PHPUnit Bridge in your project? |
The only way I see for now - either temporarily add Also, see some related symfony/symfony#49069 If you have any ideas how to fix it in a different way - please, feel free to share your thoughts or create a PR. |
Adding the Running the tests does not work with newer versions, so this package depends on that version of PHPUnit ( This also makes sure this constraint is only there when cloning this repo and running
Running Want me to do a PR? |
You're welcome 👍 Thanks for picking it up so quickly. |
Fixing CI errors discovered in #72