Skip to content

Commit 8cb9bd4

Browse files
committed
Swap 2021.3 for 2022.3 as we're ending support for 2021.3 in October
1 parent b80fc9e commit 8cb9bd4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.yamato/_triggers.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ pull_request_trigger:
4545
name: Pull Request Trigger (develop, develop-2.0.0, & release branches)
4646
# Run the following tests on a selection of different desktop platforms
4747
dependencies:
48-
# Run package EditMode and Playmode package tests on trunk and minimum supported editor (2021.3 in case of NGOv1.X)
48+
# Run package EditMode and Playmode package tests on trunk and an older supported editor (2022.3)
4949
- .yamato/package-tests.yml#package_test_-_ngo_trunk_mac
50-
- .yamato/package-tests.yml#package_test_-_ngo_2021.3_win
50+
- .yamato/package-tests.yml#package_test_-_ngo_2022.3_win
5151

52-
# Run testproject EditMode and Playmode project tests on trunk and minimum supported editor (2021.3 in case of NGOv1.X)
52+
# Run testproject EditMode and Playmode project tests on trunk and an older supported editor (2022.3)
5353
- .yamato/project-tests.yml#test_testproject_win_trunk
54-
- .yamato/project-tests.yml#test_testproject_mac_2021.3
54+
- .yamato/project-tests.yml#test_testproject_mac_2022.3
5555

56-
# Run tools integration tests EditMode and Playmode tests on trunk and minimum supported editor (2021.3 in case of NGOv1.X)
57-
- .yamato/project-tests.yml#test_testproject-tools-integration_ubuntu_2021.3
56+
# Run tools integration tests EditMode and Playmode tests on trunk and an older supported editor (2022.3)
57+
- .yamato/project-tests.yml#test_testproject-tools-integration_ubuntu_2022.3
5858
- .yamato/project-tests.yml#test_testproject-tools-integration_win_trunk
5959

6060
# Run standalone test. We run it only on Ubuntu since it's the fastest machine, and it was noted that for example distribution on macOS is taking 40m since we switched to Apple Silicon
6161
# Coverage on other standalone machines is present in Nightly job so it's enough to not run all of them for PRs
62-
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_ubuntu_il2cpp_2021.3
62+
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_ubuntu_il2cpp_2022.3
6363
triggers:
6464
cancel_old_ci: true
6565
pull_requests:

0 commit comments

Comments
 (0)