From a08ef594add68a6c0279c55f3cd8cf8c3af9781c Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 6 Mar 2019 21:02:51 +0000 Subject: [PATCH] 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 --- 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 a2b51d044b..c5572a8c92 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.