diff options
| author | XhmikosR <[email protected]> | 2021-03-22 23:02:10 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-22 23:02:10 +0200 |
| commit | d9da43f3cc9daaa6050685687416f3abd3ee25eb (patch) | |
| tree | f9a941e77a91663061af4ae9dce3550c713809ef /js/tests | |
| parent | a3ad7327f233cac4bf1c9431bf99e47ab8d5f551 (diff) | |
| download | bootstrap-d9da43f3cc9daaa6050685687416f3abd3ee25eb.tar.xz bootstrap-d9da43f3cc9daaa6050685687416f3abd3ee25eb.zip | |
.browserslistrc: remove Android and make Safari/iOS 12 the minimum (#33399)
Diffstat (limited to 'js/tests')
| -rw-r--r-- | js/tests/browsers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/browsers.js b/js/tests/browsers.js index 00ad77ad7..b8e47a364 100644 --- a/js/tests/browsers.js +++ b/js/tests/browsers.js @@ -40,7 +40,7 @@ const browsers = { iphone7: { base: 'BrowserStack', os: 'ios', - os_version: '10.0', + os_version: '12.0', device: 'iPhone 7', real_mobile: true }, |
