Make WordPress Core

Changeset 44950


Ignore:
Timestamp:
03/20/2019 10:03:07 PM (6 years ago)
Author:
jorbin
Message:

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/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r44803 r44950  
    3535  - php: nightly
    3636  allow_failures:
     37  - php: 5.5
     38  - php: 5.4
     39  - php: 5.3
     40    dist: precise
     41  - php: 5.2
     42    dist: precise
    3743  - php: 7.4snapshot
    3844  - php: nightly
Note: See TracChangeset for help on using the changeset viewer.