Skip to content

Commit dee8d6a

Browse files
committed
Updated editors
1 parent f80d5d2 commit dee8d6a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.yamato/project.metafile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,10 @@ test_platforms:
157157

158158
validation_editors:
159159
default:
160-
- 6000.2
160+
- 6000.0
161161
all:
162162
- 2022.3
163163
- 6000.0
164-
- 6000.2
165164
minimal:
166165
- 2022.3
167166

Tools/CI/Settings/NGOSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class NGOSettings : AnnotatedSettingsBase
2323
new PackageOptions()
2424
{
2525
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
26+
MaximumEditorVersion = "6000.0", // NGOv1.X will be deprecated in 6000.3+ so we won't run tests on higher editor versions
2727
ValidationOptions = validationOptions
2828
}
2929
}

0 commit comments

Comments
 (0)