Skip to content

Commit

Permalink
Removed checks for old unity versions (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasVal authored Aug 20, 2023
1 parent 5f78283 commit 43e1280
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 32 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build-tests-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
21 changes: 5 additions & 16 deletions .github/workflows/build-tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/build-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 43e1280

Please sign in to comment.