diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2018-01-10 12:37:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2018-01-10 12:37:30 +0000 |
commit | 395b9c81ffcc11b6a564a26418dad990e1a708d5 (patch) | |
tree | 8f958a55864c3acb1083699c788a993da3e2c8d2 /includes/PHPVersionCheck.php | |
parent | b2dea48568d1b0aa7685e03186dc70dad038c740 (diff) | |
parent | 99c2be9f50a91e56eed8710947420c2d7fea97fb (diff) | |
download | mediawikicore-395b9c81ffcc11b6a564a26418dad990e1a708d5.tar.gz mediawikicore-395b9c81ffcc11b6a564a26418dad990e1a708d5.zip |
Merge "Bump min supported HHVM version to 3.18.5"
Diffstat (limited to 'includes/PHPVersionCheck.php')
-rw-r--r-- | includes/PHPVersionCheck.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index 0a9bba85209e..da428dde3969 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -85,8 +85,8 @@ class PHPVersionCheck { 'implementation' => 'HHVM', 'version' => defined( 'HHVM_VERSION' ) ? HHVM_VERSION : 'undefined', 'vendor' => 'Facebook', - 'upstreamSupported' => '3.6.5', - 'minSupported' => '3.6.5', + 'upstreamSupported' => '3.18.5', + 'minSupported' => '3.18.5', 'upgradeURL' => 'https://docs.hhvm.com/hhvm/installation/introduction', ); } |