Add CI with Java 24
Closes gh-44205
This commit is contained in:
@@ -42,3 +42,7 @@ dependencies {
|
||||
systemTestImplementation("org.testcontainers:junit-jupiter")
|
||||
systemTestImplementation("org.testcontainers:testcontainers")
|
||||
}
|
||||
|
||||
toolchain {
|
||||
maximumCompatibleJavaVersion = JavaLanguageVersion.of(23)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user