Skip to content

Commit 005c83f

Browse files
authored
Merge pull request #623 from Cysharp/feature/ci
ci: remove Unity 2021 LTS from Build matrix
2 parents 5984b67 + eaa553d commit 005c83f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
max-parallel: 2
2626
matrix:
27-
unity: ["2021.3.41f1", "2022.3.39f1", "6000.0.12f1"] # Test with LTS
27+
unity: ["2022.3.39f1", "6000.0.12f1"] # Test with LTS
2828
runs-on: ubuntu-latest
2929
timeout-minutes: 20
3030
steps:
@@ -44,7 +44,7 @@ jobs:
4444
# Execute scripts: Export Package
4545
# /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod PackageExporter.Export
4646
- name: Build Unity (.unitypacakge)
47-
if: ${{ startsWith(matrix.unity, '2021') }} # only execute once
47+
if: ${{ startsWith(matrix.unity, '2022') }} # only execute once
4848
uses: Cysharp/Actions/.github/actions/unity-builder@main
4949
env:
5050
UNITY_EMAIL: ${{ steps.op-load-secret.outputs.UNITY_EMAIL }}

0 commit comments

Comments
 (0)