From f245382b4987ee4b6a6612f8027e11ffce6037f4 Mon Sep 17 00:00:00 2001 From: Queen Vinyl Darkscratch Date: Thu, 27 May 2021 10:59:25 -0700 Subject: [PATCH] Safari 14 is not "current" any longer (#10614) --- browsers/safari.json | 2 +- browsers/safari_ios.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/browsers/safari.json b/browsers/safari.json index c7327c909dafc6..fa677f92017f7d 100644 --- a/browsers/safari.json +++ b/browsers/safari.json @@ -170,7 +170,7 @@ "14": { "release_date": "2020-09-16", "release_notes": "https://developer.apple.com/documentation/safari-release-notes/safari-14-release-notes", - "status": "current", + "status": "retired", "engine": "WebKit", "engine_version": "610.1.28" }, diff --git a/browsers/safari_ios.json b/browsers/safari_ios.json index 48415a745b8817..cbc7c6c4dac8d0 100644 --- a/browsers/safari_ios.json +++ b/browsers/safari_ios.json @@ -154,7 +154,7 @@ "14": { "release_date": "2020-09-16", "release_notes": "https://developer.apple.com/documentation/safari-release-notes/safari-14-release-notes", - "status": "current", + "status": "retired", "engine": "WebKit", "engine_version": "610.1.28" },