Skip to content

Commit

Permalink
Build: Restore iOS 9-11 and Android 7 in test matrix
Browse files Browse the repository at this point in the history
Cherry-picked from c40934f (3.0.0-dev)
  • Loading branch information
Krinkle committed Jul 29, 2024
1 parent 88fe4f8 commit 47e32ea
Showing 1 changed file with 10 additions and 23 deletions.
33 changes: 10 additions & 23 deletions build/browserstack-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,42 +41,29 @@
"os": "android",
"os_version": "10.0"
},
{
"os": "android",
"os_version": "7.0",
"device": "Samsung Galaxy S8",
"real_mobile": true
},
{
"device": "iPhone 8",
"real_mobile": true,
"os": "ios",
"os_version": "12"
}
],
"@browsers_disabled": [
{
"@ref": [
"https://github.com/browserstack/browserstack-runner/issues/245",
"Android 4, Android 5, Android 6"
]
},
{
"@ref": [
"https://github.com/browserstack/browserstack-runner/issues/226",
"Android 7-10",
"iOS 13, 14"
]
},
{
"device": "Samsung Galaxy S7",
"real_mobile": true,
"os": "android",
"os_version": "6.0"
"os": "ios",
"os_version": "11.0"
},
{
"device": null,
"os": "ios",
"os_version": "13"
"os_version": "10.3"
},
{
"device": null,
"os": "ios",
"os_version": "14"
"os_version": "9.3"
}
]
}

0 comments on commit 47e32ea

Please sign in to comment.