Skip to content

Commit

Permalink
chore: update gradle version compatibility matrix (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle authored Aug 10, 2023
1 parent 7e68068 commit 93861f0
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 @@ -29,5 +29,5 @@ abstract class GatlingFuncSpec extends GatlingSpec {
createRunner(gradleArgs).build()
}

protected static final List<String> SUPPORTED_GRADLE_VERSIONS = ["5.0", "5.6.4", "6.0", "6.3", "6.4.1", "6.9.1", "7.0", "7.6", "8.0"]
protected static final List<String> SUPPORTED_GRADLE_VERSIONS = ["5.0", "5.6.4", "6.0", "6.3", "6.4.1", "6.9.4", "7.0", "7.6.2", "8.0", "8.2.1"]
}

0 comments on commit 93861f0

Please sign in to comment.