WordPress / phpunit-test-reporter

GNU General Public License v3.0
29 stars 21 forks source link

Upgrade PHPUnit or Drop PHP 5.6 for TravisCI #88

Closed getsource closed 4 years ago

getsource commented 4 years ago

Tests have stopped passing due to trunk requiring a newer version of PHPUnit.

We could upgrade, or change the way that tests are running, but it's worth noting that make.wordpress.org runs PHP 7.2.

For this reason, I think it's okay to drop 5.6 to get tests passing again, but open to any options here.

pfefferle commented 4 years ago

fixed with #91