Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/create-unity-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ on:

env:
# Unity versions used in PRs
PR_UNITY_VERSIONS: '["2022.3", "6000.0", "6000.3"]'
# TEMPORARY: reduced to 6000.5 only to probe Unity 6.5 CI on this branch
PR_UNITY_VERSIONS: '["6000.5"]'
# Unity versions used on main branch
FULL_UNITY_VERSIONS: '["2021.3", "2022.3", "6000.0", "6000.3"]'
FULL_UNITY_VERSIONS: '["6000.5"]'

jobs:
create-unity-matrix:
Expand Down
4 changes: 4 additions & 0 deletions scripts/unity-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
"6000.3": {
"version": "6000.3.17f1",
"changeset": "cf0352b38e81"
},
"6000.5": {
"version": "6000.5.0f1",
"changeset": "88b47c5e7076"
}
}
Loading