Skip to content

Commit 96c7ff9

Browse files
committed
Update oldest supported browser versions in feature_matrix.py. NFC
These were out of sync with settings.js for some reason.
1 parent 5a8d9e5 commit 96c7ff9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/feature_matrix.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
UNSUPPORTED = 0x7FFFFFFF
1717

18-
# Oldest support browser versions. These have been set somewhat
19-
# arbitrarily for now.
18+
# Oldest support browser versions. Keep in sync with
19+
# src/settings.js.
2020
# TODO(sbc): Design a of policy for managing these values.
21-
OLDEST_SUPPORTED_CHROME = 45 # September 1, 2015
22-
OLDEST_SUPPORTED_FIREFOX = 40 # August 11, 2015
23-
OLDEST_SUPPORTED_SAFARI = 101000 # September 20, 2016
21+
OLDEST_SUPPORTED_CHROME = 33 # 2014-02-18.
22+
OLDEST_SUPPORTED_FIREFOX = 34 # 2014-12-01
23+
OLDEST_SUPPORTED_SAFARI = 90000 # 2015
2424
# 10.19.0 is the oldest version of node that we do any testing with.
2525
# Keep this in sync with the test-node-compat in .circleci/config.yml.
2626
OLDEST_SUPPORTED_NODE = 101900

0 commit comments

Comments
 (0)