Build/Test Tools: Ensure PHP 7.1 is tested on Travis.

PHP 7.1 is the next version of PHP and WordPress should support it with the first major version after 7.1 launches. This will facilitate testing. Failures on 7.1 won't necessitate builds failing while 7.1 is still in beta.

Fixes #37625.


Built from https://develop.svn.wordpress.org/trunk@38273


git-svn-id: http://core.svn.wordpress.org/trunk@38214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2016-08-17 20:47:30 +00:00
parent 594b88661a
commit 2bd32687b3

View File

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