chobie / jira-api-restclient

php JIRA REST API
MIT License
217 stars 123 forks source link

Fix Travis CI builds due Ubuntu image change #193

Open aik099 opened 4 years ago

aik099 commented 4 years ago

Travis CI changed default Ubuntu image used in builds couple of times now. The .travis.yml needs to be updated to compensate for the fact, that older PHP versions are no longer supported on current Ubuntu image.

Also need to deal with used PHPUnit versions.