From b3ec5693a5b48e500b52c8ea5625b3b2f6bb1582 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Fri, 2 Dec 2016 06:38:40 +0000 Subject: [PATCH] Build/Test Tools: Remove PHP 7.1 from allowed failures PHP 7.1 has been officially released. http://php.net/archive/2016.php#id2016-12-01-3 See #37625 Props helen, pento, The PHP team Built from https://develop.svn.wordpress.org/trunk@39424 git-svn-id: http://core.svn.wordpress.org/trunk@39364 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index c5c2ca1f0a..d19635f97e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39420'; +$wp_version = '4.8-alpha-39424'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.