Skip to content

Commit

Permalink
Remove outdated Unity versions from unity-tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMurzak committed Feb 11, 2025
1 parent a31ec10 commit 2865a2e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/unity-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ jobs:
projectPath:
- './'
unityVersion:
- '2019.2.1f1'
- '2019.3.0f1'
- '2019.4.0f1'
- '2020.3.0f1'
- '2021.3.0f1'
- '2022.3.0f1'
- '2023.2.0f1'
- '6000.0.23f1'
testMode:
- editmode
Expand All @@ -46,7 +39,6 @@ jobs:
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }}
testMode: ${{ matrix.testMode }}
artifactsPath: ${{ matrix.testMode }}-artifacts
githubToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2865a2e

Please sign in to comment.