provisioner / Provisioner

The is the central location for the Provisioner Module for VoIP/PBX Servers. Most of the new work is happening inside the v5-dev branch
Other
120 stars 154 forks source link

Test on current supported php versions. #230

Open chris001 opened 6 years ago

chris001 commented 6 years ago

http://php.net/supported-versions.php Run tests on the supported versions of PHP which are as of right now, 5.6, 7.0, 7.1, 7.2. Letting the tests run on the older unsupported versions of PHP (5.5 and older) for information purposes only.

tm1000 commented 6 years ago

They are all still failing however. Not sure adding the tests really matters...

chris001 commented 6 years ago

First this one needs to be fixed: https://github.com/provisioner/Provisioner/pull/229#issuecomment-387596521 As soon as it is fixed, this PR should be working fine, or nearly, perfect after a minor adjustment. For the Big picture, obviously, the tests really must run cleanly on php.net published supported versions because this is software industry best practice and couldn't be more highly recommended pretty much a must for very good reasons.