File tree Expand file tree Collapse file tree 3 files changed +14
-32
lines changed Expand file tree Collapse file tree 3 files changed +14
-32
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,11 @@ jobs:
20
20
projectPath :
21
21
- test-project
22
22
unityVersion :
23
- - 2019.4.40f1 # Minimum version for IL2CPP
24
- - 2020.1.17f1
25
- - 2020.2.7f1
26
- - 2020.3.44f1
27
- - 2021.1.28f1
28
- - 2021.2.19f1
29
- - 2021.3.18f1
23
+ - 2021.3.29f1
30
24
- 2022.1.24f1
31
- - 2022.2.6f1
25
+ - 2022.2.21f1
26
+ - 2022.3.7f1
27
+ - 2023.1.9f1
32
28
targetPlatform :
33
29
- StandaloneOSX # Build a MacOS executable
34
30
Original file line number Diff line number Diff line change @@ -46,28 +46,17 @@ jobs:
46
46
strategy :
47
47
fail-fast : false
48
48
matrix :
49
- exclude :
50
- - targetPlatform : Android
51
- unityVersion : 2022.2.7f1
52
49
providerStrategy :
53
50
# - local-docker
54
51
- local
55
52
projectPath :
56
53
- test-project
57
54
unityVersion :
58
- - 2018.3.14f1
59
- - 2018.4.36f1
60
- - 2019.1.14f1
61
- - 2019.2.21f1
62
- - 2019.3.15f1
63
- - 2019.4.40f1
64
- - 2020.2.7f1
65
- - 2020.3.45f1
66
- - 2021.1.28f1
67
- - 2021.2.19f1
68
- - 2021.3.19f1
69
- - 2022.1.24f1
70
- - 2022.2.7f1
55
+ - 2021.3.29f1
56
+ - 2022.1.24f
57
+ - 2022.2.21f
58
+ - 2022.3.7f1
59
+ - 2023.1.9f1
71
60
targetPlatform :
72
61
- StandaloneOSX # Build a macOS standalone (Intel 64-bit) with mono backend.
73
62
- StandaloneWindows64 # Build a Windows 64-bit standalone with mono backend.
Original file line number Diff line number Diff line change @@ -20,14 +20,11 @@ jobs:
20
20
projectPath :
21
21
- test-project
22
22
unityVersion :
23
- - 2019.3.15f1 # Minimum version for IL2CPP
24
- - 2019.4.40f1
25
- - 2020.1.17f1
26
- - 2020.2.7f1
27
- - 2020.3.44f1
28
- - 2021.3.18f1 # 2021.1 and 2021.2 seem to have IL2CPP issues
29
- - 2022.1.24f1
30
- - 2022.2.6f1
23
+ - 2021.3.29f1
24
+ - 2022.1.24f
25
+ - 2022.2.21f
26
+ - 2022.3.7f1
27
+ - 2023.1.9f1
31
28
targetPlatform :
32
29
- StandaloneWindows64 # Build a Windows 64-bit standalone.
33
30
- StandaloneWindows # Build a Windows 32-bit standalone.
You can’t perform that action at this time.
0 commit comments