Skip to content

Commit 4086db1

Browse files
test all the things
1 parent 33c2ccf commit 4086db1

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

.github/workflows/build-options.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
"macos-latest"
66
],
77
"unity-version": [
8-
"2022.3.x",
8+
"4.7.2",
9+
"5.6.7f1 (e80cc3114ac1)",
10+
"2017.x",
11+
"2018.x",
12+
"2019.x",
13+
"2021.x",
14+
"2022.x",
915
"6000.0.x",
1016
"6000.1.x",
1117
"6000.2.x"
@@ -23,5 +29,19 @@
2329
"os": "macos-latest",
2430
"build-target": "StandaloneOSX"
2531
}
32+
],
33+
"exclude": [
34+
{
35+
"os": "ubuntu-latest",
36+
"unity-version": "4.7.2"
37+
},
38+
{
39+
"os": "macos-latest",
40+
"unity-version": "4.7.2"
41+
},
42+
{
43+
"os": "ubuntu-latest",
44+
"unity-version": "5.6.7f1 (e80cc3114ac1)"
45+
}
2646
]
2747
}

0 commit comments

Comments
 (0)