Skip to content
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

Extend OS PR build matrix #247

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Extend OS PR build matrix #247

merged 1 commit into from
Nov 27, 2023

Conversation

willyborankin
Copy link
Collaborator

Changes:

  • Switched to latest OS versions 1.3.13 and 2.11
  • Extended build matrix to support JDK 21

@willyborankin willyborankin requested a review from reta November 27, 2023 10:58
@@ -33,7 +34,7 @@ jobs:
build:
strategy:
matrix:
java-version: [ 11, 17, 19 ]
java-version: [ 11, 17, 19, 21 ]
Copy link
Contributor

@reta reta Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can drop 19 I believe

Suggested change
java-version: [ 11, 17, 19, 21 ]
java-version: [ 11, 17, 21 ]

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Changes:
- Switched to latest OS versions 1.3.13 and 2.11
- Extended build matrix to support JDK 21
@reta reta merged commit 2ead109 into main Nov 27, 2023
16 checks passed
@reta reta deleted the wrkflow-imrovements branch November 27, 2023 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants