Drop support for Safari 16 and Firefox 102

Neither of these browsers has sufficient structuredClone support. FF 102
is well past EOL and Safari 16 only runs on past-EOL OS versions.
This commit is contained in:
Steve Gravrock
2025-09-20 17:16:39 -07:00
parent 6e0342fc8e
commit e2a7740322
2 changed files with 3 additions and 5 deletions

View File

@@ -35,12 +35,10 @@ if [ "$1" = "--not-actually-all" ]; then
else
run_browser firefox 140
run_browser firefox 128
run_browser firefox 115
fi
run_browser firefox 102
run_browser firefox 115
run_browser safari 17
run_browser safari 16
run_browser MicrosoftEdge latest