mailerlite-api-v2-php-sdk
mailerlite-api-v2-php-sdk copied to clipboard
[Feature Request] Transparency on testing status in newer PHP versions
Problem
When considering the compatibility of this library it's difficult to know for sure what it's actually compatible with and whether it can reliably be used in modern projects. The composer.json indicates it's compatible with PHP 7.X but the phpunit 5 testing library is not able to run tests against PHP 7.2-7.4.
Solution
It'd be really nice to see tests for this library run with something like Travis-CI or GitHub actions, so users can see what it's being tested against to get an idea of whether it's utilizing deprecated functionality for newer versions.