Skip to content

Commit bfce100

Browse files
authored
Build: Update browsers tested in BrowserStack
Changes: 1. Remove Safari 17 2. Remove iOS 16 3. Add iOS 26 Closes gh-601 Ref gh-602
1 parent 1d93022 commit bfce100

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/browserstack.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,19 @@ jobs:
2727
- 'IE_11'
2828
- 'Safari_latest'
2929
# 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.
30+
# so we need to specify versions explicitly.
3331
# See https://github.com/jquery/jquery-test-runner/issues/17
3432
- 'Safari_18'
35-
- 'Safari_17'
3633
- 'Chrome_latest'
3734
- 'Chrome_latest-1'
3835
- 'Opera_latest'
3936
- 'Edge_latest'
4037
- 'Edge_latest-1'
4138
- 'Firefox_latest'
4239
- 'Firefox_latest-1'
40+
- '__iOS_26'
4341
- '__iOS_18'
4442
- '__iOS_17'
45-
- '__iOS_16'
4643
steps:
4744
- name: Checkout
4845
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)