diff --git a/src/test/groovy/org/gradle/profiler/AbstractProfilerIntegrationTest.groovy b/src/test/groovy/org/gradle/profiler/AbstractProfilerIntegrationTest.groovy index 0968cb09..099d6fb2 100644 --- a/src/test/groovy/org/gradle/profiler/AbstractProfilerIntegrationTest.groovy +++ b/src/test/groovy/org/gradle/profiler/AbstractProfilerIntegrationTest.groovy @@ -22,12 +22,9 @@ abstract class AbstractProfilerIntegrationTest extends AbstractIntegrationTest { @Shared List supportedGradleVersions = gradleVersionsSupportedOnCurrentJvm([ - "3.3", "3.5", - "4.0", "4.7", - "5.2.1", "5.6.3", - "6.0.1", "6.9.4", - "7.1.1", "7.6.4", - "8.10.2" + "6.9.4", + "7.6.1", + "8.0.2", "8.10.2" ]) @Shared