Skip to content

Commit

Permalink
Build: Remove faulty iOS 11 device from browserstack matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Nov 5, 2023
1 parent 230fc40 commit 9a90847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions build/browserstack-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@
"os": "ios",
"os_version": "10"
},
{
"device": "iPhone SE",
"real_mobile": true,
"os": "ios",
"os_version": "11"
},
{
"device": "iPhone XR",
"real_mobile": true,
Expand Down
4 changes: 2 additions & 2 deletions build/browserstack-quick.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"os_version": "10.0"
},
{
"device": "iPhone SE",
"device": "iPhone 7",
"real_mobile": true,
"os": "ios",
"os_version": "11"
"os_version": "10"
}
]
}

0 comments on commit 9a90847

Please sign in to comment.