mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Removed checks for old unity versions (#558)
This commit is contained in:
parent
5f7828371a
commit
43e128087c
12
.github/workflows/build-tests-mac.yml
vendored
12
.github/workflows/build-tests-mac.yml
vendored
@ -20,15 +20,11 @@ jobs:
|
|||||||
projectPath:
|
projectPath:
|
||||||
- test-project
|
- test-project
|
||||||
unityVersion:
|
unityVersion:
|
||||||
- 2019.4.40f1 # Minimum version for IL2CPP
|
- 2021.3.29f1
|
||||||
- 2020.1.17f1
|
|
||||||
- 2020.2.7f1
|
|
||||||
- 2020.3.44f1
|
|
||||||
- 2021.1.28f1
|
|
||||||
- 2021.2.19f1
|
|
||||||
- 2021.3.18f1
|
|
||||||
- 2022.1.24f1
|
- 2022.1.24f1
|
||||||
- 2022.2.6f1
|
- 2022.2.21f1
|
||||||
|
- 2022.3.7f1
|
||||||
|
- 2023.1.9f1
|
||||||
targetPlatform:
|
targetPlatform:
|
||||||
- StandaloneOSX # Build a MacOS executable
|
- StandaloneOSX # Build a MacOS executable
|
||||||
|
|
||||||
|
21
.github/workflows/build-tests-ubuntu.yml
vendored
21
.github/workflows/build-tests-ubuntu.yml
vendored
@ -46,28 +46,17 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
|
||||||
- targetPlatform: Android
|
|
||||||
unityVersion: 2022.2.7f1
|
|
||||||
providerStrategy:
|
providerStrategy:
|
||||||
# - local-docker
|
# - local-docker
|
||||||
- local
|
- local
|
||||||
projectPath:
|
projectPath:
|
||||||
- test-project
|
- test-project
|
||||||
unityVersion:
|
unityVersion:
|
||||||
- 2018.3.14f1
|
- 2021.3.29f1
|
||||||
- 2018.4.36f1
|
- 2022.1.24f
|
||||||
- 2019.1.14f1
|
- 2022.2.21f
|
||||||
- 2019.2.21f1
|
- 2022.3.7f1
|
||||||
- 2019.3.15f1
|
- 2023.1.9f1
|
||||||
- 2019.4.40f1
|
|
||||||
- 2020.2.7f1
|
|
||||||
- 2020.3.45f1
|
|
||||||
- 2021.1.28f1
|
|
||||||
- 2021.2.19f1
|
|
||||||
- 2021.3.19f1
|
|
||||||
- 2022.1.24f1
|
|
||||||
- 2022.2.7f1
|
|
||||||
targetPlatform:
|
targetPlatform:
|
||||||
- StandaloneOSX # Build a macOS standalone (Intel 64-bit) with mono backend.
|
- StandaloneOSX # Build a macOS standalone (Intel 64-bit) with mono backend.
|
||||||
- StandaloneWindows64 # Build a Windows 64-bit standalone with mono backend.
|
- StandaloneWindows64 # Build a Windows 64-bit standalone with mono backend.
|
||||||
|
13
.github/workflows/build-tests-windows.yml
vendored
13
.github/workflows/build-tests-windows.yml
vendored
@ -20,14 +20,11 @@ jobs:
|
|||||||
projectPath:
|
projectPath:
|
||||||
- test-project
|
- test-project
|
||||||
unityVersion:
|
unityVersion:
|
||||||
- 2019.3.15f1 # Minimum version for IL2CPP
|
- 2021.3.29f1
|
||||||
- 2019.4.40f1
|
- 2022.1.24f
|
||||||
- 2020.1.17f1
|
- 2022.2.21f
|
||||||
- 2020.2.7f1
|
- 2022.3.7f1
|
||||||
- 2020.3.44f1
|
- 2023.1.9f1
|
||||||
- 2021.3.18f1 # 2021.1 and 2021.2 seem to have IL2CPP issues
|
|
||||||
- 2022.1.24f1
|
|
||||||
- 2022.2.6f1
|
|
||||||
targetPlatform:
|
targetPlatform:
|
||||||
- StandaloneWindows64 # Build a Windows 64-bit standalone.
|
- StandaloneWindows64 # Build a Windows 64-bit standalone.
|
||||||
- StandaloneWindows # Build a Windows 32-bit standalone.
|
- StandaloneWindows # Build a Windows 32-bit standalone.
|
||||||
|
Loading…
Reference in New Issue
Block a user