Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Mar 25, 2024
1 parent fbbbe67 commit ec5567d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void buildWriterIsContributed(String platformVersion) {

static Stream<Arguments> gradleWrapperParameters() {
return Stream.of(Arguments.arguments("2.2.3.RELEASE", "6.9.3"), Arguments.arguments("2.5.0", "7.6.3"),
Arguments.arguments("2.7.10", "8.6"));
Arguments.arguments("2.7.10", "8.7"));
}

@ParameterizedTest(name = "Spring Boot {0}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void buildWriterIsContributed(String platformVersion) {

static Stream<Arguments> gradleWrapperParameters() {
return Stream.of(Arguments.arguments("2.2.3.RELEASE", "6.9.3"), Arguments.arguments("2.5.0", "7.6.3"),
Arguments.arguments("2.7.10", "8.6"));
Arguments.arguments("2.7.10", "8.7"));
}

@ParameterizedTest(name = "Spring Boot {0}")
Expand Down

0 comments on commit ec5567d

Please sign in to comment.