Skip to content

Commit

Permalink
Test against Gradle 8.11, 8.12
Browse files Browse the repository at this point in the history
Closes gh-121
Closes gh-122
  • Loading branch information
ciscoo committed Dec 21, 2024
1 parent be20c4b commit 712635e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public final class GradleCompatibilityExtension implements TestTemplateInvocatio
private final List<String> gradleVersions;

public GradleCompatibilityExtension() {
this.gradleVersions = List.of("8.4", "8.5", "8.6", "8.7", "8.8", "8.9", "current");
this.gradleVersions = List.of("8.4", "8.5", "8.6", "8.7", "8.8", "8.9", "current", "8.11.1", "8.12");
}

public GradleCompatibilityExtension(String... versions) {
Expand Down
2 changes: 2 additions & 0 deletions documentation/src/docs/asciidoc/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ a|
- 8.8
- 8.9
- {current-gradle-version}
- 8.11
- 8.12
|===

The plugin is fully tested against the above versions to ensure compatibility. View
Expand Down

0 comments on commit 712635e

Please sign in to comment.