Skip to content

Commit d33421b

Browse files
Revert "update-temp"
This reverts commit 0958d04.
1 parent 00bdc19 commit d33421b

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.yamato/project.metafile

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
validation_editor: 2022.3
2-
mobile_validation_editor: 2022.3
1+
validation_editor: 2021.3
2+
mobile_validation_editor: 2021.3
33

44
# Platforms that will be tested. The first entry in this array will also
55
# be used for validation
@@ -42,7 +42,10 @@ projects:
4242
- name: com.unity.netcode.gameobjects
4343
path: com.unity.netcode.gameobjects
4444
test_editors:
45-
- 2022.3
45+
- 2021.3
46+
- 2022.2
47+
- 2023.1
48+
- trunk
4649
- name: minimalproject
4750
path: minimalproject
4851
validate: false
@@ -52,21 +55,24 @@ projects:
5255
- name: com.unity.netcode.gameobjects
5356
path: com.unity.netcode.gameobjects
5457
test_editors:
55-
- 2022.3
58+
- 2021.3
5659
- name: testproject-tools-integration
5760
path: testproject-tools-integration
5861
validate: false
5962
publish: false
6063
has_tests: true
6164
test_editors:
62-
- 2022.3
65+
- 2021.3
66+
- 2022.2
67+
- trunk
6368

6469
# Package dependencies
6570
dependencies:
6671
- name: com.unity.transport
6772
version: 2.0.0-pre.2
6873
test_editors:
69-
- 2022.3
74+
- 2022.2
75+
- trunk
7076

7177
# Scripting backends used by Standalone Playmode Tests
7278
scripting_backends:

0 commit comments

Comments
 (0)