Bumped min XP FF ver.

This commit is contained in:
Jack Walker
2020-04-27 11:19:45 +10:00
parent b81f16b28d
commit 6edc5ab846
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ env:
# - CONFIG_FILE=windows/xp/xp_chrome_14.config.yml
# - CONFIG_FILE=windows/xp/xp_chrome_28.config.yml
# - CONFIG_FILE=windows/xp/xp_chrome_43.config.yml
- CONFIG_FILE=windows/xp/xp_firefox_15.config.yml
- CONFIG_FILE=windows/xp/xp_firefox_16.config.yml
# - CONFIG_FILE=windows/xp/xp_firefox_25.config.yml
# - CONFIG_FILE=windows/xp/xp_firefox_47.config.yml
# - CONFIG_FILE=windows/xp/xp_ie_7.config.yml

View File

@@ -1,7 +1,7 @@
server: "hub-cloud.browserstack.com"
common_caps:
"build": "Windows XP Firefox 15"
"build": "Windows XP Firefox 16"
"project": "BeEF"
"browserstack.local": true
"browserstack.video": false
@@ -9,6 +9,6 @@ common_caps:
browser_caps:
-
"browser": "firefox"
"browser_version": "15.0"
"browser_version": "16.0"
"os": "windows"
"os_version": "xp"