littleredbutton / bigbluebutton-api-php

Unofficial (but better) PHP API for @BigBlueButton
GNU Lesser General Public License v3.0
25 stars 12 forks source link

Update PHPUnit #89

Closed FelixJacobi closed 1 year ago

FelixJacobi commented 3 years ago

PHPUnit 8 is starting to cause problems on PHP 8:

Error: This version of PHPUnit does not support code coverage on PHP 8

FelixJacobi commented 2 years ago

It's very hard to archive this. PHPUnit 9 requires PHP 7.3. I would test to have an alternative dependency on version 8 for that.

This means we can only use features from PHPUnit 8 and not 9. But this should be fine.

FelixJacobi commented 2 years ago

New approach: Postponed to 5.1 where we will require PHP 7.4 and can always use version 9. (5.0 will become a deprecation free release of 4.3, as explained in https://github.com/littleredbutton/bigbluebutton-api-php/issues/122)