From 2fc88ceac9c5a8899f46f52b2cd7f4d4e6ec7366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Mon, 22 Sep 2025 19:28:33 +0200 Subject: [PATCH] Build: Update browsers tested in BrowserStack Changes: 1. Remove Safari 17 2. Add iOS 26 3. Add Firefox 128 (due to there being Firefox 128 ESR in the past) --- .github/workflows/browserstack.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index fe81b1d6..1c610eaa 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -29,12 +29,9 @@ jobs: - 'IE_9' - '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' @@ -43,12 +40,14 @@ jobs: - 'Edge_18' - 'Firefox_latest' - 'Firefox_latest-1' + - 'Firefox_128' - 'Firefox_115' - 'Firefox_102' - 'Firefox_91' - 'Firefox_78' - 'Firefox_60' - 'Firefox_48' + - '__iOS_26' - '__iOS_18' - '__iOS_17' - '__iOS_16'