Skip to content

Commit 2865a2e

Browse files
committed
Remove outdated Unity versions from unity-tests workflow
1 parent a31ec10 commit 2865a2e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/unity-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ jobs:
1818
projectPath:
1919
- './'
2020
unityVersion:
21-
- '2019.2.1f1'
22-
- '2019.3.0f1'
23-
- '2019.4.0f1'
24-
- '2020.3.0f1'
25-
- '2021.3.0f1'
26-
- '2022.3.0f1'
27-
- '2023.2.0f1'
2821
- '6000.0.23f1'
2922
testMode:
3023
- editmode
@@ -46,7 +39,6 @@ jobs:
4639
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
4740
with:
4841
projectPath: ${{ matrix.projectPath }}
49-
unityVersion: ${{ matrix.unityVersion }}
5042
testMode: ${{ matrix.testMode }}
5143
artifactsPath: ${{ matrix.testMode }}-artifacts
5244
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)