Skip to content

Commit 2817080

Browse files
committed
Update iOS FTL versions.
1 parent 8dee6fe commit 2817080

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,22 +205,21 @@
205205
"emulator_latest": [ {"type": "virtual", "image":"system-images;android-32;google_apis;x86_64"} ],
206206
"emulator_32bit": [ {"type": "virtual", "image":"system-images;android-30;google_apis;x86"} ],
207207
"ios_min": [
208-
# Slightly different OS versions because of limited FTL selection.
209-
{"type": "ftl", "device": "model=iphone8,version=14.7"},
210-
{"type": "ftl", "device": "model=iphone11pro,version=14.7"},
211-
{"type": "ftl", "device": "model=iphone12pro,version=14.8"},
212-
],
213-
"ios_target": [
214208
# Slightly different OS versions because of limited FTL selection.
215209
{"type": "ftl", "device": "model=iphone13pro,version=15.7"},
216210
{"type": "ftl", "device": "model=iphone8,version=15.7"},
217211
],
218-
"ios_latest": [
212+
"ios_target": [
213+
# Slightly different OS versions because of limited FTL selection.
219214
{"type": "ftl", "device": "model=iphone14pro,version=16.6"},
220215
{"type": "ftl", "device": "model=iphone11pro,version=16.6"},
221216
{"type": "ftl", "device": "model=iphone8,version=16.6"},
222217
{"type": "ftl", "device": "model=ipad10,version=16.6"},
223218
],
219+
"ios_latest": [
220+
{"type": "ftl", "device": "model=iphone15,version=18.0"},
221+
{"type": "ftl", "device": "model=iphone15pro,version=18.0"},
222+
],
224223
"simulator_min": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.0.1"} ],
225224
"simulator_target": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ],
226225
"simulator_latest": [ {"type": "virtual", "name":"iPhone 15 Plus", "version":"17.4"} ],

0 commit comments

Comments
 (0)