From 89fa2971134b296463916cceb8ea43255868dbe2 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 27 Jul 2017 17:38:42 +0000 Subject: [PATCH] Build/Test Tools: Add PHP 7.2 to test matrix PHP has branched 7.2 and master is now 7.3. This change ensures that 7.2 is tested. As 7.2 is still in development and is not ready for production, failures are allowed. See #40109. Built from https://develop.svn.wordpress.org/trunk@41175 git-svn-id: http://core.svn.wordpress.org/trunk@41015 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 69b7496e3b..8cc9268105 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41174'; +$wp_version = '4.9-alpha-41175'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.