Skip to content

Commit 4e1a61c

Browse files
committed
Build: Test on Safari 18 & 17 instead of "latest-1"
JTR doesn't take into account the jump from Safari 18 to 26, so we need to specify versions explicitly. Also, while BrowserStack already added macOS Tahoe with Safari 26, it's not a stable release yet, so we need to test on Safari 17 as well. Ref jquery/jquery#5687 Ref jquery/jquery-test-runner#17
1 parent b5efe5a commit 4e1a61c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/browserstack.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ jobs:
2323
BROWSER:
2424
- 'IE_11'
2525
- 'Safari_latest'
26-
- 'Safari_latest-1'
26+
# JTR doesn't take into account the jump from Safari 18 to 26,
27+
# so we need to specify versions explicitly. Also, while BrowserStack
28+
# already added macOS Tahoe with Safari 26, it's not a stable release
29+
# yet, so we need to test on Safari 17 as well.
30+
# See https://github.com/jquery/jquery-test-runner/issues/17
31+
- 'Safari_18'
32+
- 'Safari_17'
2733
- 'Chrome_latest'
2834
- 'Chrome_latest-1'
2935
- 'Opera_latest'

0 commit comments

Comments
 (0)