mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-02 19:30:23 +01:00
Enable Paketo builder system tests on Java 18
Closes gh-32296
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* @author Scott Frederick
|
||||
*/
|
||||
@ExtendWith({ GradleBuildInjectionExtension.class, GradleBuildExtension.class })
|
||||
@EnabledForJreRange(min = JRE.JAVA_8, max = JRE.JAVA_17)
|
||||
@EnabledForJreRange(min = JRE.JAVA_8, max = JRE.JAVA_18)
|
||||
class PaketoBuilderTests {
|
||||
|
||||
GradleBuild gradleBuild;
|
||||
|
||||
Reference in New Issue
Block a user