Skip to content

Commit 74c8914

Browse files
committed
Build: Properly remove testing on iOS 8-9
Commit b4ead76 was supposed to remove testing on iOS 8-9, but it left a duplicated section where they were still present. This is now removed.
1 parent 0930d0f commit 74c8914

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/browserstack.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,6 @@ jobs:
7474

7575
- '_:iPad Air 13 2025_iOS_26'
7676
- '_:iPad Air 13 2025_iOS_18'
77-
78-
# iOS 10 is a tier 4 device as of January 2025 and its availability
79-
# is poor, leading to frequent test timeouts. Skip testing on it.
80-
# See https://www.browserstack.com/device-tiers
81-
# - '__iOS_10'
82-
83-
# Versions below are not officially supported by BrowserStack as
84-
# they use emulators instead of real devices. We include them as
85-
# long as they still work.
86-
- '__iOS_9'
87-
- '__iOS_8'
88-
# iOS 7 emulators no longer work properly
89-
# - '__iOS_7'
9077
steps:
9178
- name: Checkout
9279
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)