Skip to content

Commit 625879a

Browse files
authored
Build: Update browsers tested in BrowserStack
Changes: 1. Remove Safari 17 2. Add iOS 26 3. Add Firefox 128 (due to there being Firefox 128 ESR in the past) Closes gh-602 Ref gh-601
1 parent 98ac664 commit 625879a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/browserstack.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@ jobs:
2929
- 'IE_9'
3030
- 'Safari_latest'
3131
# 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.
32+
# so we need to specify versions explicitly.
3533
# See https://github.com/jquery/jquery-test-runner/issues/17
3634
- 'Safari_18'
37-
- 'Safari_17'
3835
- 'Chrome_latest'
3936
- 'Chrome_latest-1'
4037
- 'Opera_latest'
@@ -43,12 +40,14 @@ jobs:
4340
- 'Edge_18'
4441
- 'Firefox_latest'
4542
- 'Firefox_latest-1'
43+
- 'Firefox_128'
4644
- 'Firefox_115'
4745
- 'Firefox_102'
4846
- 'Firefox_91'
4947
- 'Firefox_78'
5048
- 'Firefox_60'
5149
- 'Firefox_48'
50+
- '__iOS_26'
5251
- '__iOS_18'
5352
- '__iOS_17'
5453
- '__iOS_16'

0 commit comments

Comments
 (0)