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 c59dd00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions build/browserstack-full.json
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
6 changes: 3 additions & 3 deletions build/browserstack-quick.json
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 c59dd00

Please sign in to comment.