ackintosh / ganesha

:elephant: A Circuit Breaker pattern implementation for PHP applications.
https://ackintosh.github.io/ganesha/
MIT License
585 stars 42 forks source link

Upgrade Xdebug #75

Closed ackintosh closed 3 years ago

ackintosh commented 3 years ago

As mentioned at the comment , now we get an error on the CI jobs. We should upgrade Xdebug installed on TravisCI (xdebug 3.0.0 -> 3.0.1) to avoid the error.

ref 0001903: Constants should always be available, regardless of which mode Xdebug is in - MantisBT

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.9%) to 92.808% when pulling e2da2d10a2ac9d1b56814e6341f5c7e906bee41a on xdebug3 into b4e99494b956710a778317cbd71d61b50ffcf656 on master.

ackintosh commented 3 years ago

I'm considering to switch from Travis CI to GitHub Actions.