Skip to content

Commit f4bc376

Browse files
committed
Ditch JDK 17
1 parent 0433796 commit f4bc376

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"buildArgs": ["-verbose", "-Ob"],
2+
"buildArgs": ["-verbose", "-Ob", "-H:+ReportExceptionStackTraces"],
33
"generateMatrixBatchedCoordinates": {
4-
"java": ["17", "21", "25", "latest-ea"],
4+
"java": ["21", "25", "latest-ea"],
55
"os": ["ubuntu-latest"]
66
},
77
"generateChangedCoordinatesMatrix": {
8-
"java": ["17", "21", "25", "latest-ea"],
8+
"java": ["21", "25", "latest-ea"],
99
"os": ["ubuntu-latest"]
1010
},
1111
"generateInfrastructureChangedCoordinatesMatrix": {
12-
"java": ["17", "21", "25", "latest-ea"],
12+
"java": ["21", "25", "latest-ea"],
1313
"os": ["ubuntu-latest"]
1414
},
1515
"generateMatrixMatchingCoordinates": {
16-
"java": ["17", "latest-ea"],
16+
"java": ["21", "25","latest-ea"],
1717
"os": ["ubuntu-latest"]
1818
}
1919
}

0 commit comments

Comments
 (0)