Skip to content

Commit 8d0ca4e

Browse files
Merge branch '2.6.x' into 2.7.x
Closes gh-32410
2 parents a800f7d + 057ad72 commit 8d0ca4e

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-system-tests/spring-boot-image-tests/src/systemTest/java/org/springframework/boot/image/paketo

1 file changed

+1
-1
lines changed

spring-boot-system-tests/spring-boot-image-tests/src/systemTest/java/org/springframework/boot/image/paketo/PaketoBuilderTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
* @author Scott Frederick
6363
*/
6464
@ExtendWith({ GradleBuildInjectionExtension.class, GradleBuildExtension.class })
65-
@EnabledForJreRange(min = JRE.JAVA_8, max = JRE.JAVA_17)
65+
@EnabledForJreRange(min = JRE.JAVA_8, max = JRE.JAVA_18)
6666
class PaketoBuilderTests {
6767

6868
GradleBuild gradleBuild;

0 commit comments

Comments
 (0)