Skip to content

Commit

Permalink
Reduce number of tested Gradle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
asodja committed Oct 29, 2024
1 parent 138df3e commit e55ae41
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ abstract class AbstractProfilerIntegrationTest extends AbstractIntegrationTest {

@Shared
List<String> 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.4",
"8.0.2", "8.10.2"
])

@Shared
Expand Down

0 comments on commit e55ae41

Please sign in to comment.