Skip to content

Commit 54784dc

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 (cherry picked from commit 715e99f)
1 parent 67baee7 commit 54784dc

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

0 commit comments

Comments
 (0)