silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
721 stars 821 forks source link

Add PHP 7.2 and PHP 7.3 builds to all core modules #8864

Closed chillu closed 5 years ago

chillu commented 5 years ago

Overview

PHP 7.0 and PHP 7.1 are out of support pretty soon. We technically support PHP 7.2 and PHP 7.3 in framework already, and test it there. We should ensure this compatibility across all core modules and their supported minor release branches. This includes SS 3.7.

We should aim to keep the number of builds the same, and remove unsupported PHP versions from the build.

Notes

chillu commented 5 years ago

Thanks to our open source hero @robbieaverill this is the case now :)