Skip to content

Commit

Permalink
UbiMinimalBaseProviderTest: fix wrong ubi-minimal version: 8.9 -> 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Felk committed Jul 25, 2024
1 parent fb94608 commit fbdd83d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ void testImage(int ubiVersion, int javaVersion, String imageVersion) {

static Stream<Arguments> imageCombinations() {
return Stream.of(
Arguments.of(8, 17, "8.9"),
Arguments.of(8, 21, "8.9"),
Arguments.of(8, 17, "8.10"),
Arguments.of(8, 21, "8.10"),
Arguments.of(9, 17, "9.4"),
Arguments.of(9, 21, "9.4"));
}
Expand Down

0 comments on commit fbdd83d

Please sign in to comment.