Skip to content

Commit f918b73

Browse files
authored
Remove iOS 11.4 from FTL list. (#982)
1 parent 4b76d92 commit f918b73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@
169169
"emulator_target": {"type": "virtual", "image":"system-images;android-28;google_apis;x86_64"},
170170
"emulator_latest": {"type": "virtual", "image":"system-images;android-30;google_apis;x86_64"},
171171
"emulator_32bit": {"type": "virtual", "image":"system-images;android-30;google_apis;x86"},
172-
"ios_min": {"type": "real", "model":"iphone8", "version":"11.4"},
173-
"ios_target": {"type": "real", "model":"iphone8plus", "version":"12.0"},
172+
"ios_min": {"type": "real", "model":"iphone8", "version":"12.4"},
173+
"ios_target": {"type": "real", "model":"iphone8", "version":"13.6"},
174174
"ios_latest": {"type": "real", "model":"iphone11pro", "version":"14.7"},
175175
"simulator_min": {"type": "virtual", "name":"iPhone 8", "version":"13.7"},
176176
"simulator_target": {"type": "virtual", "name":"iPhone 8", "version":"14.5"},

0 commit comments

Comments
 (0)