We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80d5d2 commit dee8d6aCopy full SHA for dee8d6a
2 files changed
.yamato/project.metafile
@@ -157,11 +157,10 @@ test_platforms:
157
158
validation_editors:
159
default:
160
- - 6000.2
+ - 6000.0
161
all:
162
- 2022.3
163
- 6000.0
164
165
minimal:
166
167
Tools/CI/Settings/NGOSettings.cs
@@ -23,7 +23,7 @@ public class NGOSettings : AnnotatedSettingsBase
23
new PackageOptions()
24
{
25
ReleaseOptions = new ReleaseOptions() { IsReleasing = true },
26
- MaximumEditorVersion = "6000.2", // NGOv1.X will be deprecated in 6000.3+ so we won't run tests on higher editor versions
+ MaximumEditorVersion = "6000.0", // NGOv1.X will be deprecated in 6000.3+ so we won't run tests on higher editor versions
27
ValidationOptions = validationOptions
28
}
29
0 commit comments