Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-03-23 00:02:10 +0300
committerGitHub <noreply@github.com>2021-03-23 00:02:10 +0300
commitd9da43f3cc9daaa6050685687416f3abd3ee25eb (patch)
treef9a941e77a91663061af4ae9dce3550c713809ef /js
parenta3ad7327f233cac4bf1c9431bf99e47ab8d5f551 (diff)
.browserslistrc: remove Android and make Safari/iOS 12 the minimum (#33399)
Diffstat (limited to 'js')
-rw-r--r--js/tests/browsers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/browsers.js b/js/tests/browsers.js
index 00ad77ad74..b8e47a364f 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
},