Skip to content

Commit a596628

Browse files
committed
Build: Update tested browsers
iOS 13 is skipped for now due to a bug in browserstack-runner, see browserstack/browserstack-runner#226. IE 9 && iOS 10 are skipped because I can't get them to show any output, they just times out.
1 parent 7bf44e5 commit a596628

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

build/browserstack-current.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,17 @@
1111
"opera_current",
1212
"safari_current",
1313
"ie_11",
14+
"edge_18",
1415
"edge_latest",
1516
{
1617
"os": "iOS",
17-
"os_version": "11.0",
18-
"real_mobile": false
18+
"os_version": "11",
19+
"device": "iPhone X"
20+
},
21+
{
22+
"os": "iOS",
23+
"os_version": "12",
24+
"device": "iPhone XS"
1925
}
2026
]
2127
}

build/browserstack-legacy.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,23 @@
1010
"firefox_previous",
1111
"safari_previous",
1212
"edge_previous",
13-
"ie_9",
1413
"ie_10",
1514
{
1615
"os": "iOS",
1716
"os_version": "7.0",
17+
"device": "iPhone 5S",
1818
"real_mobile": false
1919
},
2020
{
2121
"os": "iOS",
2222
"os_version": "8.3",
23+
"device": "iPhone 6",
2324
"real_mobile": false
2425
},
2526
{
2627
"os": "iOS",
2728
"os_version": "9.3",
28-
"real_mobile": false
29-
},
30-
{
31-
"os": "iOS",
32-
"os_version": "10.3",
29+
"device": "iPhone 6S",
3330
"real_mobile": false
3431
}
3532
]

0 commit comments

Comments
 (0)