From 7b5cb15eca16912eacdfeb0944a186cc9c8dac90 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 20 Mar 2019 22:04:51 +0000 Subject: [PATCH] PHP: End official support for PHP5.2 -> 5.5 For the time being, we are ok with failures rather than not running the tests at all on these old versions. We will make decisions on fixes on a case by case basis. Props chanthaboune. See: https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/ Built from https://develop.svn.wordpress.org/trunk@44950 git-svn-id: http://core.svn.wordpress.org/trunk@44781 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 bb3eae19e5..81a4685edb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-alpha-44949'; +$wp_version = '5.2-alpha-44950'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.