Skip to content

Commit 00c045d

Browse files
committed
correction
1 parent 5daf045 commit 00c045d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.yamato/project.metafile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,13 @@ validation_editors:
178178
default:
179179
- trunk
180180
all:
181-
- 6000.0.23f1
181+
- 6000.0.0f1
182182
- 6000.0
183183
- 6000.3
184184
- 6000.4
185185
- trunk
186186
minimal:
187-
- 6000.0.23f1
187+
- 6000.0.0f1
188188

189189

190190
# Scripting backends used by Standalone RunTimeTests---------------------------------------------------

Tools/scripts/ReleaseAutomation/release_config.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ def __init__(self):
9898

9999
self.yamato_build_automation_configs = [
100100
{
101-
"job_name": "Build Sample for Windows with minimal supported editor (6000.0.23f1), burst ON, IL2CPP",
101+
"job_name": "Build Sample for Windows with minimal supported editor (6000.0.0f1), burst ON, IL2CPP",
102102
"variables": [
103103
{ "key": "BURST_ON_OFF", "value": "on" },
104104
{ "key": "PLATFORM_WIN64_MAC_ANDROID", "value": "win64" },
105105
{ "key": "SCRIPTING_BACKEND_IL2CPP_MONO", "value": "il2cpp" },
106-
{ "key": "UNITY_VERSION", "value": "6000.0.23f1" } # Minimal supported editor
106+
{ "key": "UNITY_VERSION", "value": "6000.0.0f1" } # Minimal supported editor
107107
]
108108
},
109109
{
@@ -125,12 +125,12 @@ def __init__(self):
125125
]
126126
},
127127
{
128-
"job_name": "Build Sample for MacOS with minimal supported editor (6000.0.23f1), burst OFF, Mono",
128+
"job_name": "Build Sample for MacOS with minimal supported editor (6000.0.0f1), burst OFF, Mono",
129129
"variables": [
130130
{ "key": "BURST_ON_OFF", "value": "off" },
131131
{ "key": "PLATFORM_WIN64_MAC_ANDROID", "value": "mac" },
132132
{ "key": "SCRIPTING_BACKEND_IL2CPP_MONO", "value": "mono" },
133-
{ "key": "UNITY_VERSION", "value": "6000.0.23f1" } # Minimal supported editor
133+
{ "key": "UNITY_VERSION", "value": "6000.0.0f1" } # Minimal supported editor
134134
]
135135
},
136136
{
@@ -152,12 +152,12 @@ def __init__(self):
152152
]
153153
},
154154
{
155-
"job_name": "Build Sample for Android with minimal supported editor (6000.0.23f1), burst ON, IL2CPP",
155+
"job_name": "Build Sample for Android with minimal supported editor (6000.0.0f1), burst ON, IL2CPP",
156156
"variables": [
157157
{ "key": "BURST_ON_OFF", "value": "on" },
158158
{ "key": "PLATFORM_WIN64_MAC_ANDROID", "value": "android" },
159159
{ "key": "SCRIPTING_BACKEND_IL2CPP_MONO", "value": "il2cpp" },
160-
{ "key": "UNITY_VERSION", "value": "6000.0.23f1" } # Minimal supported editor
160+
{ "key": "UNITY_VERSION", "value": "6000.0.0f1" } # Minimal supported editor
161161
]
162162
},
163163
{

0 commit comments

Comments
 (0)