Skip to content

Commit

Permalink
Enable Paketo builder system tests on Java 18
Browse files Browse the repository at this point in the history
Closes gh-32296
  • Loading branch information
scottfrederick committed Sep 16, 2022
1 parent 61e11cd commit 057ad72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
* @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;
Expand Down

0 comments on commit 057ad72

Please sign in to comment.