littleredbutton / bigbluebutton-api-php

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

Fix CI not running for experimental versions #165

Closed SamuelWei closed 5 months ago

SamuelWei commented 5 months ago
SamuelWei commented 5 months ago

Noticed in PHP 8.2 and 8.3 As for 6.0, we will use phpunit and the min PHP version, we can take a look at this and address it.

PHP Deprecated:  Use of "static" in callables is deprecated in /home/runner/work/bigbluebutton-api-php/bigbluebutton-api-php/tools/.phpunit/vendor/fakerphp/faker/src/Faker/Provider/Base.php
PHP Deprecated:  Creation of dynamic property BigBlueButton\Core\Record::$playbackType is deprecated in /home/runner/work/bigbluebutton-api-php/bigbluebutton-api-php/src/Core/Record.php on line 50
PHP Deprecated:  Creation of dynamic property BigBlueButton\Core\Record::$playbackUrl is deprecated in /home/runner/work/bigbluebutton-api-php/bigbluebutton-api-php/src/Core/Record.php on line 51
PHP Deprecated:  Creation of dynamic property BigBlueButton\Core\Record::$playbackLength is deprecated in /home/runner/work/bigbluebutton-api-php/bigbluebutton-api-php/src/Core/Record.php on line 5
SamuelWei commented 5 months ago

The CS errors reported in this PR have nothing to do with this PR and will be fixed in #156.

To get a meaningful result of the CI tests of the more complex PR #156, we should merge this PR first.