diff --git a/src/test/groovy/helper/GatlingFuncSpec.groovy b/src/test/groovy/helper/GatlingFuncSpec.groovy index 47c4819..cf1c894 100644 --- a/src/test/groovy/helper/GatlingFuncSpec.groovy +++ b/src/test/groovy/helper/GatlingFuncSpec.groovy @@ -39,5 +39,5 @@ abstract class GatlingFuncSpec extends GatlingSpec { createRunner(gradleArgs).build() } - protected static final List SUPPORTED_GRADLE_VERSIONS = ["7.1", "7.6.2", "8.0", "8.2.1", "8.9"] + protected static final List SUPPORTED_GRADLE_VERSIONS = ["7.1", "7.6.2", "8.0", "8.2.1", "8.10.1"] }