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
Update Travis CI config (#53)
* Update Travis CI config
- Remove unnecessary environment variable GITHUB_OAUTH_TOKEN (former API limit has been [removed](composer/composer#4884 (comment)) in 2016)
- Remove manual doctrine/instantiator downgrade
- We support only PHP 7.3 and 7.4 as well as M2 starting from v2.3.3 (former versions reached EOL)
* Fix PHP Fatal Error with PHPUnit
setUp() must be compatible with PHPUnit\Framework\TestCase::setUp() – add missing declaration of "void" as return value
* Trigger Travis CI
* CI: Remove testing for M2 v2.3.3 and v2.3.4
Magento version prior to v2.3.5 depend on xdebug<3, so these tests fail with a "Call to undefined function xdebug_disable()" error. We simply stick to the latest two versions of Magento v2.3.x.