Fix native deployment leg in Java 25 workflow matrix#1
Closed
8Keep wants to merge 4 commits into
Closed
Conversation
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 5.22.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.12.4...v5.22.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.22.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ls) (jMonkeyEngine#2708) * SkinningControl: add null checks for issue jMonkeyEngine#2707 (SW skin w/o normals) * SkinningControl: correctly handle hypothetical nb!=null && fnb==null
45ec389 to
bef6587
Compare
Owner
Author
|
Closing this fork PR after rebasing fix-native-deploy onto current upstream/master. I will open the upstream PR from the branch compare link instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Context
PR jMonkeyEngine#2694 added Java 25 to the matrix, but the extra include entry for jdk: 25 overrode the Linux deploy row and disabled deploys for every Java 25 combination.
Testing