mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Enable Paketo builder system tests on Java 20
Closes gh-35897
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ import static org.assertj.core.api.Assertions.entry;
|
||||
* @author Scott Frederick
|
||||
*/
|
||||
@ExtendWith({ GradleBuildInjectionExtension.class, GradleBuildExtension.class })
|
||||
@EnabledForJreRange(max = JRE.JAVA_18)
|
||||
@EnabledForJreRange(max = JRE.JAVA_20)
|
||||
class PaketoBuilderTests {
|
||||
|
||||
GradleBuild gradleBuild;
|
||||
|
||||
Reference in New Issue
Block a user