From 67b8f04db45582ac177ee44f5a861ad307a22e28 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 20 Mar 2019 22:03:07 +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/ git-svn-id: https://develop.svn.wordpress.org/trunk@44950 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 91ce722ca9..b973d6d6a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,12 @@ matrix: dist: precise - php: nightly allow_failures: + - php: 5.5 + - php: 5.4 + - php: 5.3 + dist: precise + - php: 5.2 + dist: precise - php: 7.4snapshot - php: nightly before_install: