Skip to content

Commit

Permalink
Merge pull request #237 from xenit-eu/test-gradle-7.2
Browse files Browse the repository at this point in the history
Add integration tests for Gradle 7.1 & 7.2
  • Loading branch information
thijslemmens authored Oct 25, 2021
2 parents 68f34c4 + 9f51b55 commit bb17e8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- 6.0,6.1,6.2
- 6.3,6.4,6.5
- 6.6,6.7,6.8
- '7.0'
- 7.0,7.1,7.2
steps:
- uses: actions/checkout@v2
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public static Collection<Object[]> testData() {
});
}
return Arrays.asList(new Object[][]{
{"7.2"},
{"7.1"},
{"7.0"},
{"6.8.3"},
{"6.7.1"},
Expand Down

0 comments on commit bb17e8c

Please sign in to comment.