Merge "Add ICU mapping for versions 62 and 63"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 18 Oct 2018 20:15:50 +0000 (20:15 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 18 Oct 2018 20:15:50 +0000 (20:15 +0000)
includes/collation/IcuCollation.php

index b23085d..8fea3ec 100644 (file)
@@ -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',