Skip to content

Commit b7e415e

Browse files
committed
Don't test on JDK 21
Implementation has proven to be incomplete and hence passing all the tests is very hard, time-consuming, and blocks the development workflow. We opted in for disabling this testing on GraalVM 21.
1 parent 56ab92e commit b7e415e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci.json

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

0 commit comments

Comments
 (0)