Closed peter279k closed 5 years ago
Hi,
While you are on it, would it be easily possible to also add php-7.4 tests everywhere?
Thanks
Hi,
While you are on it, would it be easily possible to also add php-7.4 tests everywhere?
Thanks
Hi @Findus23, thanks for your reply.
The opinion is good, but it seems that the php-7.4
is not stable version on Travis CI build now.
IMHO, the php-7.4
will be included on the next PR once the Travis CI is supported currently.
awesome @peter279k very much appreciated again
Changed log
php-7.2
andphp-7.3
tests on Travis CI build.satooshi/php-coveralls
package is deprecated, and using thephp-coveralls/php-coveralls
instead.vendor/bin/phpunit
to executePHPUnit
.PHPUnit
version easily, upgrading thePHPUnit
to^4.8.36
version.PHPUnit
class namespace.PHPUnit fixture
reference, it should be theprotected setUp
method.