[Test] Use JDK 11 instead of JDK 9 in modern jdk tests
This commit is contained in:
committed by
teamcityserver
parent
fd537e7d5a
commit
5206b45ce3
@@ -29,6 +29,9 @@ enum class TestJdkKind(val requiresSeparateProcess: Boolean = false) {
|
||||
// JDK found at $JDK_9
|
||||
FULL_JDK_9(requiresSeparateProcess = true),
|
||||
|
||||
// JDK found at $JDK_15
|
||||
FULL_JDK_11(requiresSeparateProcess = true),
|
||||
|
||||
// JDK found at $JDK_15
|
||||
FULL_JDK_15(requiresSeparateProcess = true),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user