Skip to content

Commit 359076e

Browse files
izeyemhalbritter
authored andcommitted
Remove EnabledForJreRange.min in PaketoBuilderTests
See gh-33976
1 parent 3d20608 commit 359076e

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
@@ -60,7 +60,7 @@
6060
* @author Scott Frederick
6161
*/
6262
@ExtendWith({ GradleBuildInjectionExtension.class, GradleBuildExtension.class })
63-
@EnabledForJreRange(min = JRE.JAVA_8, max = JRE.JAVA_18)
63+
@EnabledForJreRange(max = JRE.JAVA_18)
6464
class PaketoBuilderTests {
6565

6666
GradleBuild gradleBuild;

0 commit comments

Comments
 (0)