Skip to content

Commit

Permalink
RedHatOpenJDKRuntimeBaseProviderTest: revert to testing only latest (…
Browse files Browse the repository at this point in the history
…1.20) image version
  • Loading branch information
Felk committed Jul 25, 2024
1 parent 04d692a commit fb94608
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,8 @@ static Stream<Arguments> imageCombinations() {
return Stream.of(
Arguments.of(17, 8, "1.20"),
Arguments.of(21, 8, "1.20"),
Arguments.of(17, 8, "1.19"),
Arguments.of(21, 8, "1.19"),
Arguments.of(17, 9, "1.20"),
Arguments.of(21, 9, "1.20"),
Arguments.of(17, 9, "1.19"),
Arguments.of(21, 9, "1.19"),
Arguments.of(17, 9, "1.18"),
Arguments.of(21, 9, "1.18"));
Arguments.of(21, 9, "1.20"));
}

@Test
Expand Down

0 comments on commit fb94608

Please sign in to comment.