Changes between Initial Version and Version 1 of Ticket #46815, comment 1
- Timestamp:
- 04/05/2019 04:01:42 PM (6 years ago)
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 brancheswon't be able to install PHPUnit 7 as the PHP requirements won't be met.1 I'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. 2 2 3 3 It 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.