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
8 changes: 4 additions & 4 deletions .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
matrix:
BROWSER:
- 'IE_11'
- 'Safari_latest'
# JTR doesn't take into account the jump from Safari 18 to 26,
# so we need to specify versions explicitly.
# See https://github.com/jquery/jquery-test-runner/issues/17
# BrowserStack makes Safari on beta macOS versions available without marking
# either the OS or the browser as beta, so we have no way to resolve "latest"
# to the lastest stable version.
- 'Safari_26'
- 'Safari_18'
- 'Chrome_latest'
- 'Chrome_latest-1'
Expand Down
Loading