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

Set Java Version to 21 to fix Web3Signer tests #6673

Closed

Conversation

jimmygchen
Copy link
Member

Issue Addressed

Latest Web3Signer release 24.12.0 requires Java 21 runtime.

GitHub runners uses Java 11 by default, hence Web3Signer fails to start in our release tests. The runner already has Java 21 pre-installed, this PR sets the used Java version to 21.

@jimmygchen
Copy link
Member Author

Oh just realised we have Java 19 installed in our custom runner image, we should update the version there instead.

@jimmygchen jimmygchen closed this Dec 10, 2024
@jimmygchen
Copy link
Member Author

Made another attempt as a workaround for now: #6674

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant