Skip to content
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
7 changes: 2 additions & 5 deletions .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,19 @@ jobs:
- 'IE_11'
- 'Safari_latest'
# JTR doesn't take into account the jump from Safari 18 to 26,
# so we need to specify versions explicitly. Also, while BrowserStack
# already added macOS Tahoe with Safari 26, it's not a stable release
# yet, so we need to test on Safari 17 as well.
# so we need to specify versions explicitly.
# See https://github.com/jquery/jquery-test-runner/issues/17
- 'Safari_18'
- 'Safari_17'
- 'Chrome_latest'
- 'Chrome_latest-1'
- 'Opera_latest'
- 'Edge_latest'
- 'Edge_latest-1'
- 'Firefox_latest'
- 'Firefox_latest-1'
- '__iOS_26'
- '__iOS_18'
- '__iOS_17'
- '__iOS_16'
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Expand Down
Loading