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

Fix for the issue in switching to the latest Java patch version #481

Merged
merged 2 commits into from
Aug 14, 2023

Conversation

DilshanSenarath
Copy link
Contributor

This PR includes the fix for the issue in switching to using the latest Java patch versions in the Github Actions.

strategy:
matrix:
java-version: [ 11.0.19+7, 17.0.7+7 ]
java-version: [ 11.0.20+8, 17.0.7+7 ]
Copy link
Contributor

@chamathns chamathns Aug 14, 2023

Choose a reason for hiding this comment

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

we should be able to set the major version here and the action would fetch the latest

Suggested change
java-version: [ 11.0.20+8, 17.0.7+7 ]
java-version: [ 11, 17 ]

@chamathns chamathns merged commit ad49287 into wso2-extensions:master Aug 14, 2023
2 checks passed
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