Behat / Gherkin

Gherkin parser, written in PHP for Behat project
MIT License
1.05k stars 91 forks source link

Allow PHPUnit 6 and 7 for testing and run CI with PHP 7.4 #174

Closed phil-davis closed 4 years ago

phil-davis commented 4 years ago

PHP 5.6 uses PHPUnit 5

PHP 7.0 uses PHPunit 6

PHP 7.1 onwards uses PHPunit 7

and add a Travis CI matrix entry for PHP 7.4

phil-davis commented 4 years ago

@pamil @stof this is now an easy change to let the newer PHPUnit be used... And does not mess with any code or PHP version dependencies... So it should be an easy review.