albertcht / lumen-testing

A testing suite for Lumen like Laravel does.
MIT License
43 stars 24 forks source link

Add testing for Lumen 5.7, 5.8 and 6.x, plus PHP 7.1-7.4 #16

Closed HenkPoley closed 4 years ago

HenkPoley commented 4 years ago

Upgrade distro to bionic (Ubuntu 18.04 LTS) so we have PHP 7.1-7.4 available:

https://docs.travis-ci.com/user/languages/php/#choosing-php-versions-to-test-against

I notice that Travis CI doesn't quite seem to know that tests have ended. Not sure if this fixes anything.

HenkPoley commented 4 years ago

Ah cool, Travis now immediately detects once the tests have finished 👍

albertcht commented 4 years ago

Thanks for your pull request :)