Skip to content

Commit

Permalink
Merge branch '2.6.x' into 2.7.x
Browse files Browse the repository at this point in the history
Closes gh-32410
  • Loading branch information
scottfrederick committed Sep 16, 2022
2 parents a800f7d + 057ad72 commit 8d0ca4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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 8d0ca4e

Please sign in to comment.