From e2d101e7644698dd2dce651b6b8aff638c41d851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Wed, 25 May 2016 11:43:23 +0200 Subject: [PATCH] Build: Update tested browsers to match jQuery 3.0 --- build/browserstack-current.json | 2 +- build/browserstack-legacy.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build/browserstack-current.json b/build/browserstack-current.json index 272ea9c..9414d66 100644 --- a/build/browserstack-current.json +++ b/build/browserstack-current.json @@ -14,7 +14,7 @@ "edge_latest", { "os": "iOS", - "os_version": "8.3", + "os_version": "9.3", "real_mobile": false } ] diff --git a/build/browserstack-legacy.json b/build/browserstack-legacy.json index 8ac831b..783ce09 100644 --- a/build/browserstack-legacy.json +++ b/build/browserstack-legacy.json @@ -8,7 +8,6 @@ "browsers": [ "chrome_previous", "firefox_previous", - "opera_previous", { "browser": "safari", "browser_version": "8.0" @@ -17,12 +16,12 @@ "ie_10", { "os": "iOS", - "os_version": "6.0", + "os_version": "7.0", "real_mobile": false }, { "os": "iOS", - "os_version": "7.0", + "os_version": "8.3", "real_mobile": false } ]