Skip to content

Commit d63e6ae

Browse files
committed
Build: Test both on iPhone & iPad
Test on last three iOS versions on an iPhone, but on the last two iPadOS versions on an iPad. Ref jquery/jquery#5714 Ref jquery/jquery#5715
1 parent 60a7e62 commit d63e6ae

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/browserstack.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ jobs:
3737
- 'Edge_latest-1'
3838
- 'Firefox_latest'
3939
- 'Firefox_latest-1'
40-
- '__iOS_26'
41-
- '__iOS_18'
42-
- '__iOS_17'
40+
- '_:iPhone 17_iOS_26'
41+
- '_:iPhone 16_iOS_18'
42+
- '_:iPhone 15 Pro_iOS_17'
43+
- '_:iPad Air 13 2025_iOS_26'
44+
- '_:iPad Air 13 2025_iOS_18'
4345
steps:
4446
- name: Checkout
4547
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)