Skip to content

Commit

Permalink
chore: upgrade integration tests to gradle 8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Sep 9, 2024
1 parent 4cd62c1 commit a9466e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/groovy/helper/GatlingFuncSpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ abstract class GatlingFuncSpec extends GatlingSpec {
createRunner(gradleArgs).build()
}

protected static final List<String> SUPPORTED_GRADLE_VERSIONS = ["7.1", "7.6.2", "8.0", "8.2.1", "8.9"]
protected static final List<String> SUPPORTED_GRADLE_VERSIONS = ["7.1", "7.6.2", "8.0", "8.2.1", "8.10.1"]
}

0 comments on commit a9466e0

Please sign in to comment.