Skip to content

Commit

Permalink
Build: Update tested browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Feb 14, 2023
1 parent 15a1238 commit 6d1346a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ module.exports = function( grunt ) {
"bs_chrome-45", // shares V8 with Node.js v4 LTS
"bs_chrome-68", // shares V8 with Node.js v10.24.1 LTS
"bs_chrome-84", // shares V8 with Node.js v14.20.0 LTS
"bs_chrome-107", "bs_chrome-108",
"bs_chrome-109", "bs_chrome-110",

// Firefox ESR + last 2 Firefox versions
"bs_firefox-60", "bs_firefox-68", "bs_firefox-78", "bs_firefox-91", "bs_firefox-102",
"bs_firefox-107", "bs_firefox-108",
"bs_firefox-108", "bs_firefox-109",

"bs_edge-15", "bs_edge-16", "bs_edge-17", "bs_edge-18",
"bs_edge-107", "bs_edge-108",
"bs_edge-108", "bs_edge-109",

"bs_ie-9", "bs_ie-10", "bs_ie-11",

"bs_opera-92", "bs_opera-93",
"bs_opera-94", "bs_opera-95",

// Real Safari 6.1 and 7.0 are not available
"bs_safari-6.0", "bs_safari-8.0", "bs_safari-9.1", "bs_safari-10.1",
Expand Down
32 changes: 16 additions & 16 deletions test/karma/launchers.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ module.exports = {
os: "OS X",
os_version: "Monterey"
},
"bs_firefox-107": {
"bs_firefox-108": {
base: "BrowserStack",
browser: "firefox",
browser_version: "107.0",
browser_version: "108.0",
os: "OS X",
os_version: "Monterey"
},
"bs_firefox-108": {
"bs_firefox-109": {
base: "BrowserStack",
browser: "firefox",
browser_version: "108.0",
browser_version: "109.0",
os: "OS X",
os_version: "Ventura"
},
Expand Down Expand Up @@ -86,17 +86,17 @@ module.exports = {
os: "OS X",
os_version: "Big Sur"
},
"bs_chrome-107": {
"bs_chrome-109": {
base: "BrowserStack",
browser: "chrome",
browser_version: "107.0",
browser_version: "109.0",
os: "OS X",
os_version: "Monterey"
},
"bs_chrome-108": {
"bs_chrome-110": {
base: "BrowserStack",
browser: "chrome",
browser_version: "108.0",
browser_version: "110.0",
os: "OS X",
os_version: "Ventura"
},
Expand Down Expand Up @@ -129,17 +129,17 @@ module.exports = {
os: "Windows",
os_version: "10"
},
"bs_edge-107": {
"bs_edge-108": {
base: "BrowserStack",
browser: "edge",
browser_version: "107",
browser_version: "108",
os: "Windows",
os_version: "10"
},
"bs_edge-108": {
"bs_edge-109": {
base: "BrowserStack",
browser: "edge",
browser_version: "108",
browser_version: "109",
os: "Windows",
os_version: "11"
},
Expand Down Expand Up @@ -201,17 +201,17 @@ module.exports = {
os: "Windows",
os_version: "7"
},
"bs_opera-92": {
"bs_opera-94": {
base: "BrowserStack",
browser: "opera",
browser_version: "92.0",
browser_version: "94.0",
os: "OS X",
os_version: "Monterey"
},
"bs_opera-93": {
"bs_opera-95": {
base: "BrowserStack",
browser: "opera",
browser_version: "93.0",
browser_version: "95.0",
os: "OS X",
os_version: "Ventura"
},
Expand Down

0 comments on commit 6d1346a

Please sign in to comment.