Skip to content

Commit 1312c0c

Browse files
committed
Update Saucelabs configuration
It seems like Safari 12 is no longer supported by Saucelabs: ``` UnhandledRejection: Error: [init({"version":"12","platform":"macOS 10.13","tags":[],"name":"ActionCable JS Client" ...,"browserName":" safari"})] The environment you requested was unavailable. ```
1 parent 9e38298 commit 1312c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actioncable/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (process.env.CI) {
2525
config.customLaunchers = {
2626
sl_chrome: sauce("chrome", 70),
2727
sl_ff: sauce("firefox", 63),
28-
sl_safari: sauce("safari", 12.0, "macOS 10.13"),
28+
sl_safari: sauce("safari", "latest"),
2929
sl_edge: sauce("microsoftedge", 17.17134, "Windows 10"),
3030
}
3131

0 commit comments

Comments
 (0)