Removed checks for old unity versions (#558)

This commit is contained in:
Elias 2023-08-20 23:46:53 +03:00 committed by GitHub
parent 5f7828371a
commit 43e128087c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 32 deletions

View File

@ -20,15 +20,11 @@ jobs:
projectPath:
- test-project
unityVersion:
- 2019.4.40f1 # Minimum version for IL2CPP
- 2020.1.17f1
- 2020.2.7f1
- 2020.3.44f1
- 2021.1.28f1
- 2021.2.19f1
- 2021.3.18f1
- 2021.3.29f1
- 2022.1.24f1
- 2022.2.6f1
- 2022.2.21f1
- 2022.3.7f1
- 2023.1.9f1
targetPlatform:
- StandaloneOSX # Build a MacOS executable

View File

@ -46,28 +46,17 @@ jobs:
strategy:
fail-fast: false
matrix:
exclude:
- targetPlatform: Android
unityVersion: 2022.2.7f1
providerStrategy:
# - local-docker
- local
projectPath:
- test-project
unityVersion:
- 2018.3.14f1
- 2018.4.36f1
- 2019.1.14f1
- 2019.2.21f1
- 2019.3.15f1
- 2019.4.40f1
- 2020.2.7f1
- 2020.3.45f1
- 2021.1.28f1
- 2021.2.19f1
- 2021.3.19f1
- 2022.1.24f1
- 2022.2.7f1
- 2021.3.29f1
- 2022.1.24f
- 2022.2.21f
- 2022.3.7f1
- 2023.1.9f1
targetPlatform:
- StandaloneOSX # Build a macOS standalone (Intel 64-bit) with mono backend.
- StandaloneWindows64 # Build a Windows 64-bit standalone with mono backend.

View File

@ -20,14 +20,11 @@ jobs:
projectPath:
- test-project
unityVersion:
- 2019.3.15f1 # Minimum version for IL2CPP
- 2019.4.40f1
- 2020.1.17f1
- 2020.2.7f1
- 2020.3.44f1
- 2021.3.18f1 # 2021.1 and 2021.2 seem to have IL2CPP issues
- 2022.1.24f1
- 2022.2.6f1
- 2021.3.29f1
- 2022.1.24f
- 2022.2.21f
- 2022.3.7f1
- 2023.1.9f1
targetPlatform:
- StandaloneWindows64 # Build a Windows 64-bit standalone.
- StandaloneWindows # Build a Windows 32-bit standalone.