mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
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