Skip to content

Commit b13c904

Browse files
authored
Update cross version tests (#110)
1 parent da8a453 commit b13c904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pluginPublishConventions {
3333

3434
testing.suites.named<JvmTestSuite>("test") {
3535
useJUnitJupiter()
36-
listOf("7.4", "7.6.4", "8.0.2").forEach { gradleVersionUnderTest ->
36+
listOf("7.4", "7.6.5", "8.0.2").forEach { gradleVersionUnderTest ->
3737
targets.register("test${gradleVersionUnderTest}") {
3838
testTask {
3939
group = LifecycleBasePlugin.VERIFICATION_GROUP

0 commit comments

Comments
 (0)