From f44c1ff158f9f8bb4ec5b7e7a375c90f6817f384 Mon Sep 17 00:00:00 2001 From: Reedy Date: Thu, 18 Oct 2018 20:03:59 +0100 Subject: [PATCH] Add ICU mapping for versions 62 and 63 Change-Id: I5e1238e856d4149c30806e6b2cb3619c0c9c1dbf --- includes/collation/IcuCollation.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index b23085dc94..8fea3ecb1e 100644 --- a/includes/collation/IcuCollation.php +++ b/includes/collation/IcuCollation.php @@ -560,6 +560,8 @@ class IcuCollation extends Collation { $versionPrefix = substr( $icuVersion, 0, 3 ); // Source: http://site.icu-project.org/download $map = [ + '63.' => '11.0', + '62.' => '11.0', '61.' => '10.0', '60.' => '10.0', '59.' => '9.0', -- 2.20.1