You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [DO NOT REVIEW] Drop support for outdated PHP versions
https://www.php.net/supported-versions.php
Support for PHP 7.1 and 7.2 remains on a best-effort basis to
accommodate users who haven’t upgraded yet.
* [DO NOT REVIEW] Upgrade PHPUnit to the latest version
@ExpectedException has been replaced with $this->expectException.
assertInternalType was replaced with more specific assertions
(assertIsArray).
* Use GitHub actions for the tests
Travis CI is no longer open-source friendly.
Co-authored-by: Joachim Fritschi <[email protected]>
0 commit comments