8000 Build: Stop testing on iOS 10 by mgol · Pull Request #5606 · jquery/jquery · GitHub
[go: up one dir, main page]

Skip to content

Build: Stop testing on iOS 10 #5606

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,19 @@ jobs:
- '__iOS_13'
- '__iOS_12'
- '__iOS_11'
- '__iOS_10'

# iOS 10 is a tier 4 device as of January 2025 and its availability
# is poor, leading to frequent test timeouts. Skip testing on it.
# See https://www.browserstack.com/device-tiers
# - '__iOS_10'

# Versions below are not officially supported by BrowserStack as
# they use emulators instead of real devices. We include them as
# long as they still work.
- '__iOS_9'
- '__iOS_8'
# iOS 7 emulators no longer work properly
# - '__iOS_7'
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
Loading
0