Build/Test Tools: Remove PHP 7.1 from allowed failures

[39424] for 4.7

🎉 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/branches/4.7@39425


git-svn-id: http://core.svn.wordpress.org/branches/4.7@39365 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2016-12-02 06:44:33 +00:00
parent 4a0443e0db
commit 27af8391d0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-RC1-39423';
$wp_version = '4.7-RC1-39425';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.