Skip to content

Commit ec0a91b

Browse files
committed
Add ci.json for matrix specs
1 parent 21fb9c5 commit ec0a91b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ci.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"generateMatrixMatchingCoordinates": {
3+
"java": ["17", "latest-ea"],
4+
"os": ["ubuntu-latest"]
5+
},
6+
"generateChangedCoordinatesMatrix": {
7+
"java": ["17", "21", "25", "latest-ea"],
8+
"os": ["ubuntu-latest"]
9+
},
10+
"generateInfrastructureChangedCoordinatesMatrix": {
11+
"java": ["17", "21", "25", "latest-ea"],
12+
"os": ["ubuntu-latest"]
13+
}
14+
}

0 commit comments

Comments
 (0)