Skip to content

Commit

Permalink
Update test unity versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr committed Dec 11, 2023
1 parent 8d0083f commit f5273c6
Showing 1 changed file with 52 additions and 12 deletions.
64 changes: 52 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Actions 😎
on:
push:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand Down Expand Up @@ -31,7 +35,10 @@ jobs:
projectPath:
- unity-project-with-correct-tests
unityVersion:
- 2022.3.7f1
- 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
testMode:
- playmode
- editmode
Expand Down Expand Up @@ -77,7 +84,10 @@ jobs:
projectPath:
- unity-project-with-correct-tests
unityVersion:
- 2022.3.7f1
- 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
steps:
###########################
# Checkout #
Expand Down Expand Up @@ -131,7 +141,10 @@ jobs:
fail-fast: false
matrix:
unityVersion:
- 2022.3.7f1
- 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
projectPath:
- unity-project-with-correct-tests
steps:
Expand Down Expand Up @@ -188,7 +201,10 @@ jobs:
projectPath:
- unity-project-with-correct-tests
unityVersion:
- 2022.3.7f1
- 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
steps:
###########################
# Checkout #
Expand Down Expand Up @@ -243,7 +259,10 @@ jobs:
projectPath:
- unity-project-with-correct-tests
unityVersion:
- 2022.3.7f1
- 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
steps:
###########################
# Checkout #
Expand Down Expand Up @@ -290,7 +309,10 @@ jobs:
projectPath:
- unity-project-with-correct-tests
unityVersion:
- 2022.3.7f1 # Only 2019.4+ docker images contain the IL2CPP backend installed.
- 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
steps:
###########################
# Checkout #
Expand Down Expand Up @@ -342,7 +364,10 @@ jobs:
fail-fast: false
matrix:
unityVersion:
- 2022.3.7f1
- 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
projectPath:
- unity-project-with-correct-tests
steps:
Expand Down Expand Up @@ -408,7 +433,10 @@ jobs:
projectPath:
- unity-package-with-correct-tests/com.example.testpackage
unityVersion:
- 2022.3.7f1
- 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
testMode:
- playmode
- editmode
Expand Down Expand Up @@ -447,7 +475,10 @@ jobs:
projectPath:
- unity-package-with-correct-tests/com.example.testpackage
unityVersion:
- 2022.3.7f1
- 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
steps:
###########################
# Checkout #
Expand Down Expand Up @@ -491,7 +522,10 @@ jobs:
fail-fast: false
matrix:
unityVersion:
- 2022.3.7f1
- 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
projectPath:
- unity-package-with-correct-tests/com.example.testpackage
steps:
Expand Down Expand Up @@ -539,7 +573,10 @@ jobs:
projectPath:
- unity-package-with-correct-tests/com.example.testpackage
unityVersion:
- 2022.3.7f1
- 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
steps:
###########################
# Checkout #
Expand Down Expand Up @@ -583,7 +620,10 @@ jobs:
fail-fast: false
matrix:
unityVersion:
- 2022.3.7f1
- 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
projectPath:
- unity-package-with-correct-tests/com.example.testpackage
steps:
Expand Down

0 comments on commit f5273c6

Please sign in to comment.