Skip to content

Commit d878458

Browse files
authored
update test devices (#757)
1 parent fdd1975 commit d878458

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,15 @@
161161

162162
TEST_DEVICES = {
163163
"android_min": {"type": "real", "model":"Nexus10", "version":"19"},
164-
"android_target": {"type": "real", "model":"blueline", "version":"28"},
165-
"android_latest": {"type": "real", "model":"flame", "version":"29"},
164+
"android_target": {"type": "real", "model":"gts4lltevzw", "version":"28"},
165+
"android_latest": {"type": "real", "model":"redfin", "version":"30"},
166166
"emulator_min": {"type": "virtual", "image":"system-images;android-18;google_apis;x86"},
167167
"emulator_target": {"type": "virtual", "image":"system-images;android-28;google_apis;x86_64"},
168168
"emulator_latest": {"type": "virtual", "image":"system-images;android-30;google_apis;x86_64"},
169169
"emulator_32bit": {"type": "virtual", "image":"system-images;android-30;google_apis;x86"},
170170
"ios_min": {"type": "real", "model":"iphone8", "version":"11.4"},
171171
"ios_target": {"type": "real", "model":"iphone8plus", "version":"12.0"},
172-
"ios_latest": {"type": "real", "model":"iphone11", "version":"13.6"},
172+
"ios_latest": {"type": "real", "model":"iphone11pro", "version":"14.7"},
173173
"simulator_min": {"type": "virtual", "name":"iPhone 6", "version":"11.4"},
174174
"simulator_target": {"type": "virtual", "name":"iPhone 8", "version":"12.0"},
175175
"simulator_latest": {"type": "virtual", "name":"iPhone 11", "version":"14.4"},

0 commit comments

Comments
 (0)