Skip to content

Commit 3cca450

Browse files
committed
test: run smoke test with Gradle 7.1 and 7.2 to confirm warning
1 parent 562b45a commit 3cca450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/javamodularity/moduleplugin/ModulePluginSmokeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void before() throws IOException {
3838

3939
@CartesianProductTest(name = "smokeTest({arguments})")
4040
@CartesianValueSource(strings = {"test-project", "test-project-kotlin", "test-project-groovy"})
41-
@CartesianValueSource(strings = {"5.1", "5.6", "6.3", "6.4.1", "6.5.1", "6.8.3", "7.0"})
41+
@CartesianValueSource(strings = {"5.1", "5.6", "6.3", "6.4.1", "6.5.1", "6.8.3", "7.0", "7.1", "7.2"})
4242
void smokeTest(String projectName, String gradleVersion) {
4343
LOGGER.info("Executing smokeTest with Gradle {}", gradleVersion);
4444
var result = GradleRunner.create()

0 commit comments

Comments
 (0)