Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46815, comment 1


Ignore:
Timestamp:
04/05/2019 04:01:42 PM (6 years ago)
Author:
johnbillion
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46815, comment 1

    initial v1  
    1 I'd love to do this, but the problem it introduces is that the CI tests on older branches won't be able to install PHPUnit 7 as the PHP requirements won't be met.
     1I'd love to do this, but the problem it introduces is that the CI tests on older versions of PHP won't be able to install PHPUnit 7 as the PHP requirements won't be met.
    22
    33It might be possible to use the config.platform.php setting in composer.json to set the PHP version to 7.3, and then allow the existing PHPUnit installation in .travis.yml to do its thing.