Skip to content

Commit 43e1280

Browse files
authored
Removed checks for old unity versions (#558)
1 parent 5f78283 commit 43e1280

File tree

3 files changed

+14
-32
lines changed

3 files changed

+14
-32
lines changed

.github/workflows/build-tests-mac.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,11 @@ jobs:
2020
projectPath:
2121
- test-project
2222
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
3024
- 2022.1.24f1
31-
- 2022.2.6f1
25+
- 2022.2.21f1
26+
- 2022.3.7f1
27+
- 2023.1.9f1
3228
targetPlatform:
3329
- StandaloneOSX # Build a MacOS executable
3430

.github/workflows/build-tests-ubuntu.yml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,28 +46,17 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
exclude:
50-
- targetPlatform: Android
51-
unityVersion: 2022.2.7f1
5249
providerStrategy:
5350
# - local-docker
5451
- local
5552
projectPath:
5653
- test-project
5754
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
7160
targetPlatform:
7261
- StandaloneOSX # Build a macOS standalone (Intel 64-bit) with mono backend.
7362
- StandaloneWindows64 # Build a Windows 64-bit standalone with mono backend.

.github/workflows/build-tests-windows.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,11 @@ jobs:
2020
projectPath:
2121
- test-project
2222
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
3128
targetPlatform:
3229
- StandaloneWindows64 # Build a Windows 64-bit standalone.
3330
- StandaloneWindows # Build a Windows 32-bit standalone.

0 commit comments

Comments
 (0)