johnkary / phpunit-speedtrap

Reports on slow-running tests in your PHPUnit test suite
MIT License
782 stars 62 forks source link

Travis build matrix tests most recent releases #68

Closed johnkary closed 4 years ago

johnkary commented 4 years ago

SpeedTrap's build matrix continues to run on Travis CI. A few builds on our master branch are currently broken because of various upstream changes in PHP core and PHPUnit:

This PR fixes the following issues in the SpeedTrap build matrix:

Things that may need attention

PHPUnit 9.0.0 stable is targeting release in February 2020. Do we need to add PHPUNIT=9.* to the build matrix yet?

vlaurier commented 4 years ago

Seems good to me. That way, I could remove the change I made inside this PR: https://github.com/johnkary/phpunit-speedtrap/pull/67 Did you have a look at it ?

Concerning PHPUnit 9, of course it could be great adding it into the matrix when it will be released.

johnkary commented 4 years ago

@vlaurier Yes, after this PR merges you can merge master for your PR. I will look soon!