File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,24 @@ jobs:
1212 test :
1313 strategy :
1414 matrix :
15- os : [ubuntu-latest, macos-latest, windows-latest]
16- jdk : [11, 17, 21]
17- argLine : [""]
18- include :
19- - os : macos-latest
15+ os :
16+ - ubuntu-latest
17+ - macos-latest
2018 argLine : -Dengineering.swat.java-watch.mac=jdk
21- - os : macos-latest
22- argLine : -Dengineering.swat.java-watch.mac=jna
19+ - windows-latest
20+ jdk : [11, 17, 21]
21+ # argLine: ["", -Dengineering.swat.java-watch.mac=jdk, -Dengineering.swat.java-watch.mac=jna]
22+ # exclude:
23+ # - os: ubuntu-latest
24+ # argLine: -Dengineering.swat.java-watch.mac=jdk
25+ # - os: ubuntu-latest
26+ # argLine: -Dengineering.swat.java-watch.mac=jna
27+
28+ # include:
29+ # - os: macos-latest
30+ # argLine: -Dengineering.swat.java-watch.mac=jdk
31+ # - os: macos-latest
32+ # argLine: -Dengineering.swat.java-watch.mac=jna
2333 # exclude:
2434 # - os: [ubuntu-latest, windows-latest]
2535 # argLine: -Dengineering.swat.java-watch.mac=jdk
You can’t perform that action at this time.
0 commit comments