Skip to content

Commit a86e416

Browse files
committed
Build: Stop testing on iOS 10
As of January 2025, iOS 10 is a tier 4 device on BrowserStack: https://www.browserstack.com/device-tiers That leads to devices with this iOS version often not being available and failing our tests. Remove it from the test matrix. Also, add comments explaining the status of tests on various iOS versions, including iOS 7 that we stopped testing on a long time ago. Ref jquery/jquery#5606
1 parent 9f81575 commit a86e416

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/browserstack.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,19 @@ jobs:
5151
- '__iOS_13'
5252
- '__iOS_12'
5353
- '__iOS_11'
54-
- '__iOS_10'
54+
55+
# iOS 10 is a tier 4 device as of January 2025 and its availability
56+
# is poor, leading to frequent test timeouts. Skip testing on it.
57+
# See https://www.browserstack.com/device-tiers
58+
# - '__iOS_10'
59+
60+
# Versions below are not officially supported by BrowserStack as
61+
# they use emulators instead of real devices. We include them as
62+
# long as they still work.
5563
- '__iOS_9'
5664
- '__iOS_8'
65+
# iOS 7 emulators no longer work properly
66+
# - '__iOS_7'
5767
steps:
5868
- name: Checkout
5969
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)