Update test unity versions

pull/246/head
Andrew Kahr 2023-12-10 23:50:20 -08:00
parent 8d0083f713
commit f5273c6e18
1 changed files with 52 additions and 12 deletions

View File

@ -2,6 +2,10 @@ name: Actions 😎
on: on:
push: push:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env: env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
@ -31,7 +35,10 @@ jobs:
projectPath: projectPath:
- unity-project-with-correct-tests - unity-project-with-correct-tests
unityVersion: unityVersion:
- 2022.3.7f1 - 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
testMode: testMode:
- playmode - playmode
- editmode - editmode
@ -77,7 +84,10 @@ jobs:
projectPath: projectPath:
- unity-project-with-correct-tests - unity-project-with-correct-tests
unityVersion: unityVersion:
- 2022.3.7f1 - 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
steps: steps:
########################### ###########################
# Checkout # # Checkout #
@ -131,7 +141,10 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
unityVersion: unityVersion:
- 2022.3.7f1 - 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
projectPath: projectPath:
- unity-project-with-correct-tests - unity-project-with-correct-tests
steps: steps:
@ -188,7 +201,10 @@ jobs:
projectPath: projectPath:
- unity-project-with-correct-tests - unity-project-with-correct-tests
unityVersion: unityVersion:
- 2022.3.7f1 - 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
steps: steps:
########################### ###########################
# Checkout # # Checkout #
@ -243,7 +259,10 @@ jobs:
projectPath: projectPath:
- unity-project-with-correct-tests - unity-project-with-correct-tests
unityVersion: unityVersion:
- 2022.3.7f1 - 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
steps: steps:
########################### ###########################
# Checkout # # Checkout #
@ -290,7 +309,10 @@ jobs:
projectPath: projectPath:
- unity-project-with-correct-tests - unity-project-with-correct-tests
unityVersion: 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: steps:
########################### ###########################
# Checkout # # Checkout #
@ -342,7 +364,10 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
unityVersion: unityVersion:
- 2022.3.7f1 - 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
projectPath: projectPath:
- unity-project-with-correct-tests - unity-project-with-correct-tests
steps: steps:
@ -408,7 +433,10 @@ jobs:
projectPath: projectPath:
- unity-package-with-correct-tests/com.example.testpackage - unity-package-with-correct-tests/com.example.testpackage
unityVersion: unityVersion:
- 2022.3.7f1 - 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
testMode: testMode:
- playmode - playmode
- editmode - editmode
@ -447,7 +475,10 @@ jobs:
projectPath: projectPath:
- unity-package-with-correct-tests/com.example.testpackage - unity-package-with-correct-tests/com.example.testpackage
unityVersion: unityVersion:
- 2022.3.7f1 - 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
steps: steps:
########################### ###########################
# Checkout # # Checkout #
@ -491,7 +522,10 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
unityVersion: unityVersion:
- 2022.3.7f1 - 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
projectPath: projectPath:
- unity-package-with-correct-tests/com.example.testpackage - unity-package-with-correct-tests/com.example.testpackage
steps: steps:
@ -539,7 +573,10 @@ jobs:
projectPath: projectPath:
- unity-package-with-correct-tests/com.example.testpackage - unity-package-with-correct-tests/com.example.testpackage
unityVersion: unityVersion:
- 2022.3.7f1 - 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
steps: steps:
########################### ###########################
# Checkout # # Checkout #
@ -583,7 +620,10 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
unityVersion: unityVersion:
- 2022.3.7f1 - 2021.3.32f1
- 2022.3.13f1
- 2023.1.19f1
- 2023.2.2f1
projectPath: projectPath:
- unity-package-with-correct-tests/com.example.testpackage - unity-package-with-correct-tests/com.example.testpackage
steps: steps: