Build: Add PHP 7.4 to the Travis build.

Travis have switched the nightly PHP version to PHP 8.0. The 7.4snapshot version is PHP 7.4.

We don't support 7.4 yet, so it's in allowed failures.

Fixes #46235.

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


git-svn-id: http://core.svn.wordpress.org/trunk@44635 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2019-03-06 21:02:51 +00:00
parent 16fd7d42e8
commit a08ef594ad

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-alpha-44801';
$wp_version = '5.2-alpha-44803';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.