@@ -13,21 +13,21 @@ steps:
1313 queue : " macos-15-isolated"
1414 env :
1515 JAVA_VERSION : " 17"
16- NODE_VERSION : " 18 "
16+ NODE_VERSION : " 22 "
1717 RN_VERSION : " {{matrix}}"
18- RCT_NEW_ARCH_ENABLED : " 0 "
18+ RCT_NEW_ARCH_ENABLED : " 1 "
1919 BUILD_ANDROID : " true"
2020 INIT_RN_CLI : " true"
2121 artifact_paths :
22- - " test/react-native-cli/features/fixtures/generated/old -arch/**/reactnative.apk"
22+ - " test/react-native-cli/features/fixtures/generated/new -arch/**/reactnative.apk"
2323 commands :
2424 - " cd test/react-native-cli"
2525 - " bundle install"
2626 - " bundle exec maze-runner features/build-app-tests/build-android-app.feature"
2727 matrix :
28+ - " 0.82"
29+ - " 0.81"
2830 - " 0.80"
29- - " 0.79"
30- - " 0.78"
3131 retry :
3232 automatic :
3333 - exit_status : " *"
@@ -40,23 +40,23 @@ steps:
4040 agents :
4141 queue : " macos-15-isolated"
4242 env :
43- NODE_VERSION : " 18 "
43+ NODE_VERSION : " 22 "
4444 RN_VERSION : " {{matrix}}"
45- RCT_NEW_ARCH_ENABLED : " 0 "
45+ RCT_NEW_ARCH_ENABLED : " 1 "
4646 BUILD_IOS : " true"
4747 XCODE_VERSION : " 16.2.0"
4848 INIT_RN_CLI : " true"
4949 EXPORT_ARCHIVE : " 0"
5050 artifact_paths :
51- - " test/react-native-cli/features/fixtures/generated/old -arch/**/output/reactnative.ipa"
51+ - " test/react-native-cli/features/fixtures/generated/new -arch/**/output/reactnative.ipa"
5252 commands :
5353 - " cd test/react-native-cli"
5454 - " bundle install"
5555 - " bundle exec maze-runner features/build-app-tests/build-ios-app.feature"
5656 matrix :
57+ - " 0.82"
58+ - " 0.81"
5759 - " 0.80"
58- - " 0.79"
59- - " 0.78"
6060 retry :
6161 automatic :
6262 - exit_status : " *"
@@ -70,13 +70,13 @@ steps:
7070 timeout_in_minutes : 30
7171 plugins :
7272 artifacts#v1.9.0:
73- download : " test/react-native-cli/features/fixtures/generated/old -arch/{{matrix}}/reactnative.apk"
73+ download : " test/react-native-cli/features/fixtures/generated/new -arch/{{matrix}}/reactnative.apk"
7474 upload : ./test/react-native-cli/maze_output/**/*
7575 docker-compose#v4.12.0:
7676 pull : react-native-cli-maze-runner
7777 run : react-native-cli-maze-runner
7878 command :
79- - --app=/app/features/fixtures/generated/old -arch/{{matrix}}/reactnative.apk
79+ - --app=/app/features/fixtures/generated/new -arch/{{matrix}}/reactnative.apk
8080 - --farm=bs
8181 - --device=ANDROID_12
8282 - features/run-app-tests
9292 concurrency_group : " browserstack-app"
9393 concurrency_method : eager
9494 matrix :
95+ - " 0.82"
96+ - " 0.81"
9597 - " 0.80"
96- - " 0.79"
97- - " 0.78"
9898 retry :
9999 automatic :
100100 - exit_status : 103 # Appium session failed
@@ -105,13 +105,13 @@ steps:
105105 timeout_in_minutes : 30
106106 plugins :
107107 artifacts#v1.9.0:
108- download : " test/react-native-cli/features/fixtures/generated/old -arch/{{matrix}}/output/reactnative.ipa"
108+ download : " test/react-native-cli/features/fixtures/generated/new -arch/{{matrix}}/output/reactnative.ipa"
109109 upload : ./test/react-native-cli/maze_output/**/*
110110 docker-compose#v4.12.0:
111111 pull : react-native-cli-maze-runner
112112 run : react-native-cli-maze-runner
113113 command :
114- - --app=/app/features/fixtures/generated/old -arch/{{matrix}}/output/reactnative.ipa
114+ - --app=/app/features/fixtures/generated/new -arch/{{matrix}}/output/reactnative.ipa
115115 - --farm=bs
116116 - --device=IOS_16
117117 - features/run-app-tests
@@ -127,9 +127,9 @@ steps:
127127 concurrency_group : " browserstack-app"
128128 concurrency_method : eager
129129 matrix :
130+ - " 0.82"
131+ - " 0.81"
130132 - " 0.80"
131- - " 0.79"
132- - " 0.78"
133133 retry :
134134 automatic :
135135 - exit_status : 103 # Appium session failed
0 commit comments