Skip to content

Commit

Permalink
Add missing tests for previous version of Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoo committed Aug 19, 2023
1 parent 97f0302 commit 711b6b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ConfigurationCacheFunctionalTests {

@RegisterExtension
static GradleCompatibilityExtension gradleCompatibilityExtension = new GradleCompatibilityExtension("7.3.3",
"7.4.2", "7.5.1", "7.6", "current");
"7.4.2", "7.5.1", "7.6", "8.2.1", "current");

@TestTemplate
void configurationCacheCompatibility(GradleBuild gradleBuild) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public final class GradleCompatibilityExtension implements TestTemplateInvocatio

private static final List<String> GRADLE_7_VERSIONS = List.of("7.3.3", "7.4.2", "7.5.1", "7.6.1");

private static final List<String> GRADLE_8_VERSIONS = List.of("8.0.2", "8.1.1", "current");
private static final List<String> GRADLE_8_VERSIONS = List.of("8.0.2", "8.1.1", "8.2.1", "current");

private static final List<String> DEFAULT_GRADLE_VERSIONS;

Expand Down
1 change: 1 addition & 0 deletions documentation/src/docs/asciidoc/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ a|
a|
- 8.0.2
- 8.1.1
- 8.2.1
- {current-gradle-version}
|===

Expand Down

0 comments on commit 711b6b2

Please sign in to comment.