datafaker-net / datafaker

Generating fake data for the JVM (Java, Kotlin, Groovy) has never been easier!

Home Page:https://www.datafaker.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Java 22 to the build matrix.

bodiam opened this issue · comments

When available (as planned, 2024/03/19), we should add Java 22 to the build Matrix.

See here for the Java 22 release plan: https://openjdk.org/projects/jdk/22/

yep however at gha it will not come on the same day unfortunately
currently there EA version I submitted via #1127

Thanks for adding that one. Where can I find a list of supported versions? I am struggling a bit to find references.

usually should be here https://github.com/actions/setup-java

and since we are dependening on temurin then probably also need to have a look at https://hub.docker.com/_/eclipse-temurin

We're using Java 22 now, non-ea, so I guess this issue can be closed now.