File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -157,11 +157,10 @@ test_platforms:
157157
158158validation_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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments