diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-09-06 14:35:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 14:35:55 +0200 |
commit | 4b7ecbad24463c875f03ef4c7a7d307a091f93fd (patch) | |
tree | b1c37059b9dbcc8465746fbbc978c6caba1f7de7 /.github/workflows/browserstack.yml | |
parent | 3658caf129bcf02b39b849dd4040e4fbf53b5d50 (diff) | |
download | jquery-4b7ecbad24463c875f03ef4c7a7d307a091f93fd.tar.gz jquery-4b7ecbad24463c875f03ef4c7a7d307a091f93fd.zip |
Tests: Run tests on both real Firefox ESRs
1. At the same time, there may be two supported versions of Firefox ESR. Run
tests on both, installed locally.
2. Don't run tests on Firefox 115 on BrowserStack - it was added as there's
an ESR version of Firefox 115, but ESR versions may be different, e.g. for
some time ServiceWorker was disabled on ESR versions:
https://bugzilla.mozilla.org/show_bug.cgi?id=1547023
Closes gh-5547
Diffstat (limited to '.github/workflows/browserstack.yml')
-rw-r--r-- | .github/workflows/browserstack.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index ab285db1d..d9d3b4764 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -31,7 +31,6 @@ jobs: - 'Edge_latest-1' - 'Firefox_latest' - 'Firefox_latest-1' - - 'Firefox_115' - '__iOS_17' - '__iOS_16' - '__iOS_15' |