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

Add support to java 11 with scala 3 for Docker images #980

Open
raul782 opened this issue Aug 29, 2022 · 2 comments
Open

Add support to java 11 with scala 3 for Docker images #980

raul782 opened this issue Aug 29, 2022 · 2 comments

Comments

@raul782
Copy link

raul782 commented Aug 29, 2022

By default, all published docker images seem to use Java 8. Libraries' latest versions are starting to use Java 11 as the minimum version.

Can we update the Docker script to add support for Java 11?

https://github.com/almond-sh/almond/blob/main/Dockerfile#L16

@raul782
Copy link
Author

raul782 commented Sep 2, 2022

@alexarchambault Is there some work that needs to be done in order to support java 11? When looking at the tests jvm matrix, I also don't see the combination of scala3 with java11, only scala 2.12.x.
I'll look into the code, but It'd be helpful to know if you have some insights.

@Bidek56
Copy link

Bidek56 commented Oct 3, 2022

I have created a PR for it.

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

No branches or pull requests

2 participants