zfcampus / zf-apigility-admin

Admin API and UI for Apigility
BSD 3-Clause "New" or "Revised" License
90 stars 64 forks source link

Ensure we test against PHP 7.1 and PHP 7.2 #383

Closed weierophinney closed 6 years ago

weierophinney commented 6 years ago

The last few fixes were for PHP 7.2 support, but we had no 7.2 or 7.1 jobs on Travis.

This patch updates the CI suite to add 7.1 and 7.2 jobs, and upgrades PHPUnit to 5.7/6.5 so that we can actually run it on PHP 7.1 and later. This required minor updates to the test suite to make it compatible: