Skip to content

Commit dae83ca

Browse files
committed
patch: Test raising 21 min to 8.6
Java 21 minimum version was 8.5. Starting to seem like 8.5 is the one that hangs in CI a lot. Trying to drop that and go to 8.6 as a minimum to see if it resolves the issue.
1 parent 43e063d commit dae83ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ stutter {
4949
languageVersion.set(JavaLanguageVersion.of(21))
5050
}
5151
gradleVersions {
52-
compatibleRange("8.5")
52+
compatibleRange("8.6")
5353
}
5454
}
5555
}

stutter.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# DO NOT MODIFY: Generated by Stutter plugin.
2-
java21=8.5,8.13,8.14-rc-2,9.0-milestone-2
2+
java21=8.6,8.13,8.14-rc-2,9.0-milestone-2
33
java8=8.0.2,8.13,8.14-rc-2,9.0-milestone-2

0 commit comments

Comments
 (0)