Skip to content

Commit

Permalink
chore(project): upgrade to Unity 2021.3.21f1 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonisavo authored Nov 18, 2023
1 parent 29e8a4d commit 84290c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch: {}

env:
PROJECT_UNITY_VERSION: 2021.3.31f1
PROJECT_UNITY_VERSION: 2021.3.32f1
UNITY_2020_VERSION: 2020.3.48f1
DISABLE_BUILD_PLATFORM: StandaloneWindows64

Expand All @@ -23,15 +23,15 @@ jobs:
matrix:
unityVersion:
- 2020.3.48f1
- 2021.3.31f1
- 2022.3.10f1
- 2023.1.16f1
- 2021.3.32f1
- 2022.3.13f1
- 2023.1.20f1
targetPlatform:
- StandaloneLinux64
- StandaloneWindows64

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -51,7 +51,7 @@ jobs:

- name: Set up Node.js
if: ${{ matrix.unityVersion == env.UNITY_2020_VERSION }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x

Expand All @@ -61,7 +61,7 @@ jobs:
npm install -g openupm-cli
openupm add com.unity.roslyn
- uses: game-ci/unity-test-runner@v3
- uses: game-ci/unity-test-runner@v4
id: testRunner
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
git add -A
git commit -m "chore(ci): switch to different unity version" || echo skipping commit
- uses: game-ci/unity-builder@v3
- uses: game-ci/unity-builder@v4
if: ${{ matrix.targetPlatform != env.DISABLE_BUILD_PLATFORM }}
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2021.3.31f1
m_EditorVersionWithRevision: 2021.3.31f1 (3409e2af086f)
m_EditorVersion: 2021.3.32f1
m_EditorVersionWithRevision: 2021.3.32f1 (3b9dae9532f5)

0 comments on commit 84290c9

Please sign in to comment.