From 99c2be9f50a91e56eed8710947420c2d7fea97fb Mon Sep 17 00:00:00 2001 From: Reedy Date: Sat, 30 Dec 2017 02:58:03 +0000 Subject: Bump min supported HHVM version to 3.18.5 Change-Id: I0a22c638bf6bbd6c8b93e50c23f8e455e36acd7c --- includes/PHPVersionCheck.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/PHPVersionCheck.php') diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index a862903d5219..69bd24fd3064 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -87,8 +87,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', ); } -- cgit v1.2.3