8000 Tests: Stop testing on iOS 10 · jquery/jquery@4705858 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4705858

Browse files
authored
Tests: 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. Closes gh-5606
1 parent 2ec6c16 commit 4705858

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/browserstack.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,19 @@ jobs:
4848
- '__iOS_13'
4949
- '__iOS_12'
5050
- '__iOS_11'
51-
- '__iOS_10'
51+
52+
# iOS 10 is a tier 4 device as of January 2025 and its availability
53+
# is poor, leading to frequent test timeouts. Skip testing on it.
54+
# See https://www.browserstack.com/device-tiers
55+
# - '__iOS_10'
56+
57+
# Versions below are not officially supported by BrowserStack as
58+
# they use emulators instead of real devices. We include them as
59+
# long as they still work.
5260
- '__iOS_9'
5361
- '__iOS_8'
62+
# iOS 7 emulators no longer work properly
63+
# - '__iOS_7'
5464
steps:
5565
- name: Checkout
5666
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)
0