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
This commit is contained in:
Aaron Jorbin 2016-12-02 06:38:40 +00:00
parent cfd1161a97
commit b3ec5693a5

View File

@ -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.