Skip to content

Commit

Permalink
Test against Gradle 8.9-rc-2
Browse files Browse the repository at this point in the history
See gh-112
  • Loading branch information
ciscoo committed Jul 11, 2024
1 parent 3018f12 commit e99eee0
Showing 1 changed file with 1 addition 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", "current");
this.gradleVersions = List.of("8.4", "8.5", "8.6", "8.7", "current", "8.9-rc-2");
}

public GradleCompatibilityExtension(String... versions) {
Expand Down

0 comments on commit e99eee0

Please sign in to comment.