Skip to content

Commit

Permalink
add a jdk7 check so that we break before releasing! (elastic#3659)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackshirazi authored May 30, 2024
1 parent 45095ff commit e00a088
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class AgentSetupIT {

@ParameterizedTest
@CsvSource({
"openjdk:7,STANDARD",
"openjdk:8,STANDARD",
"openjdk:8,JAVA8_BUILD",
"openjdk:11,STANDARD",
Expand Down

0 comments on commit e00a088

Please sign in to comment.