Skip to content

Commit 715e99f

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 3726543 commit 715e99f

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
@@ -26,7 +26,13 @@ jobs:
2626
BROWSER:
2727
- 'IE_11'
2828
- 'Safari_latest'
29-
- 'Safari_latest-1'
29+
# JTR doesn't take into account the jump from Safari 18 to 26,
30+
# so we need to specify versions explicitly. Also, while BrowserStack
31+
# already added macOS Tahoe with Safari 26, it's not a stable release
32+
# yet, so we need to test on Safari 17 as well.
33+
# See https://github.com/jquery/jquery-test-runner/issues/17
34+
- 'Safari_18'
35+
- 'Safari_17'
3036
- 'Chrome_latest'
3137
- 'Chrome_latest-1'
3238
- 'Opera_latest'

0 commit comments

Comments
 (0)