Skip to content

Commit 6777f7f

Browse files
committed
Build: Test both on iPhone & iPad
Due to pre-existing commitments, test on iOS 8+ on an iPhone, but on an iPad just test on the latest two iPadOS versions. Ref jquery/jquery#5714 Ref jquery/jquery#5715
1 parent 7e7d689 commit 6777f7f

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

.github/workflows/browserstack.yml

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,31 @@ jobs:
4747
- 'Firefox_78'
4848
- 'Firefox_60'
4949
- 'Firefox_48'
50-
- '__iOS_26'
51-
- '__iOS_18'
52-
- '__iOS_17'
53-
- '__iOS_16'
54-
- '__iOS_15'
55-
- '__iOS_14'
56-
- '__iOS_13'
57-
- '__iOS_12'
58-
- '__iOS_11'
50+
51+
- '_:iPhone 17_iOS_26'
52+
- '_:iPhone 16_iOS_18'
53+
- '_:iPhone 15 Pro_iOS_17'
54+
- '_:iPhone 14_iOS_16'
55+
- '_:iPhone 13_iOS_15'
56+
- '_:iPhone 12_iOS_14'
57+
- '_:iPhone 11_iOS_13'
58+
# iOS 12 & older is not officially supported by BrowserStack as
59+
# it mostly runs on emulators instead of real devices. We include
60+
# those versions as long as they still work.
61+
- '_:iPhone XS_iOS_12'
62+
- '_:iPhone X_iOS_11'
63+
# iOS 10 real device is in tier 4 as of January 2025 and its
64+
# availability is poor, leading to frequent test timeouts. Emulators
65+
# don't work either. Skip testing on this version.
66+
# See https://www.browserstack.com/device-tiers
67+
# - '_:iPhone 7_iOS_10'
68+
- '_:iPhone 6S_iOS_9'
69+
- '_:iPhone 6_iOS_8'
70+
# iOS 7 emulators no longer work properly
71+
# - '_:iPhone 5S_iOS_7'
72+
73+
- '_:iPad Air 13 2025_iOS_26'
74+
- '_:iPad Air 13 2025_iOS_18'
5975

6076
# iOS 10 is a tier 4 device as of January 2025 and its availability
6177
# is poor, leading to frequent test timeouts. Skip testing on it.

0 commit comments

Comments
 (0)