mailerlite-api-v2-php-sdk icon indicating copy to clipboard operation
mailerlite-api-v2-php-sdk copied to clipboard

[Feature Request] Transparency on testing status in newer PHP versions

Open bkuhl opened this issue 5 years ago • 0 comments

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.

bkuhl avatar Jan 12 '20 19:01 bkuhl