Skip to content

Commit

Permalink
Test with the right versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CRogers committed Mar 6, 2023
1 parent 10238e6 commit 9e4a55e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ public final class GradleTestVersions {
private GradleTestVersions() {}

public static final List<String> GRADLE_VERSIONS =
ImmutableList.of(VersionsLockPlugin.MINIMUM_GRADLE_VERSION.getVersion(), "6.9", "7.1.1");
ImmutableList.of(VersionsLockPlugin.MINIMUM_GRADLE_VERSION.getVersion(), "7.6", "7.6.1");
}

0 comments on commit 9e4a55e

Please sign in to comment.