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
This commit is contained in:
Aaron Jorbin 2019-03-20 22:04:51 +00:00
parent 9cf4ee65a7
commit 7b5cb15eca

View File

@ -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.