Skip to content

Commit b53d970

Browse files
committed
Enable Java 11 unit tests on GitHub
1 parent 9b512b9 commit b53d970

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/framework-tests-matrix.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
{
4040
"PART_NAME": "examples-maps-part2",
4141
"TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.MapsPart2Test\"",
42+
},
43+
{
44+
"PART_NAME": "examples-java11-collections",
45+
"TESTS_TO_RUN": "--tests \"org.utbot.examples.java11.collections.*\""
4246
}
4347
]
4448
}

0 commit comments

Comments
 (0)