-
Notifications
You must be signed in to change notification settings - Fork 148
Add version constraints for JUnit 5 dependencies #2192
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
Add version constraints for JUnit 5 dependencies #2192
Conversation
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
Required as JUnit 6 is available in target platform since
which makes GHA builds fail with error determining the test engine, such as in https://github.com/eclipse-platform/eclipse.platform/actions/runs/18379621439/job/52362445068?pr=2190
For similar changes in PDE and Platform UI, compare for: