Skip to content

Commit 80ee3d6

Browse files
committed
ci: test more unity versions
1 parent daefbd3 commit 80ee3d6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- 2021.3.45f2
2828
- 2022.3.62f2
2929
- 6000.0.59f2
30+
- 6000.3.18f1
31+
- 6000.4.12f1
32+
- 6000.5.1f1
3033
secrets:
3134
unity-license: ${{ secrets.UNITY_LICENSE }}
3235
unity-email: ${{ secrets.UNITY_EMAIL }}
@@ -70,7 +73,7 @@ jobs:
7073
- name: Setup .NET
7174
uses: fast-actions/setup-dotnet@v1
7275
with:
73-
sdk-version: '8.x'
76+
sdk-version: "8.x"
7477

7578
# Install tools
7679
- name: Install .NET tools
@@ -90,7 +93,7 @@ jobs:
9093
echo "$UNITY_LICENSE" | tr -d '\r' > License.ulf
9194
unity-editor -nographics -logFile /dev/stdout -manualLicenseFile License.ulf -quit
9295
rm License.ulf
93-
96+
9497
# Generate the solution
9598
- name: Generate Solution
9699
run: |
@@ -165,4 +168,3 @@ jobs:
165168
- name: Deploy to GitHub Pages
166169
id: deployment
167170
uses: actions/deploy-pages@v5
168-

0 commit comments

Comments
 (0)