Skip to content

Commit

Permalink
Start testing against Spring Framework 5.3
Browse files Browse the repository at this point in the history
Closes gh-695
  • Loading branch information
wilkinsona committed Sep 2, 2020
1 parent a1a2271 commit 3161f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spring-restdocs-mockmvc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ test {
matrixTest {
springFramework {
group = 'org.springframework'
versions = ['5.1.+', '5.2.+']
versions = ['5.1.+', '5.2.+', '5.3.+']
}
}
2 changes: 1 addition & 1 deletion spring-restdocs-webtestclient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ test {
matrixTest {
springFramework {
group = 'org.springframework'
versions = ['5.1.+', '5.2.+']
versions = ['5.1.+', '5.2.+', '5.3.+']
}
}

0 comments on commit 3161f10

Please sign in to comment.