-
Notifications
You must be signed in to change notification settings - Fork 39
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
Upgrade JDKs used by GitHub Actions builds #521
Conversation
Looks good. No mutations were possible for these changes. |
440bb8a
to
74af403
Compare
(Added one more commit.) |
Looks good. No mutations were possible for these changes. |
1 similar comment
Looks good. No mutations were possible for these changes. |
pom.xml
Outdated
<configurationParameters>junit.jupiter.execution.parallel.config.strategy=dynamic | ||
junit.jupiter.execution.parallel.enabled=true | ||
junit.jupiter.execution.parallel.mode.default = concurrent</configurationParameters> | ||
<configurationParameters>junit.jupiter.execution.parallel.enabled=true | ||
junit.jupiter.execution.parallel.mode.default=concurrent</configurationParameters> |
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.
I added these changes to #532; let's merge that PR first.
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.
Changes LGTM! Didn't read the release notes too thoroughly. Let's merge the other PR first indeed 😄.
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.
Thanks @Stephan202 💪
.github/workflows/build.yaml
Outdated
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.
Probably for another PR: The Github actions could also be upgraded. See:
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.
Interesting, I'm certain that Renovate opened PRs for that 🤔. Can take a closer look at this ~soon.
baec937
to
7db9ab5
Compare
Looks good. No mutations were possible for these changes. |
Additionally: - Update the example version numbers mentioned in the issue template. - Drop some redundant whitespace from `SourceCodeTest` test code. See: - https://www.oracle.com/java/technologies/javase/11-0-17-relnotes.html - https://www.oracle.com/java/technologies/javase/11-0-18-relnotes.html - https://www.oracle.com/java/technologies/javase/17-0-5-relnotes.html - https://www.oracle.com/java/technologies/javase/17-0-6-relnotes.html - https://www.oracle.com/java/technologies/javase/19-0-1-relnotes.html - https://www.oracle.com/java/technologies/javase/19-0-2-relnotes.html
7db9ab5
to
4764ae7
Compare
Looks good. No mutations were possible for these changes. |
Suggested commit message: