Skip to content

Commit 9aadd2f

Browse files
authored
Merge pull request rails#54531 from byroot/action-cable-upgrade-safari
Update Saucelabs configuration
2 parents 9e38298 + 1312c0c commit 9aadd2f

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)