CuBoulder / express_mono

Monolithic Express Profile - contains all bundles
GNU General Public License v2.0
1 stars 2 forks source link

Upgrade to PHP 7.4 #825

Closed jcsparks closed 3 years ago

jcsparks commented 3 years ago

PHP 7.2 is end of life as of November 2020. We should see if there's any reason that we can't upgrade to 7.4 at this point.

Should be compatible with D7 according to : https://www.drupal.org/docs/7/system-requirements/php-requirements

jcsparks commented 3 years ago

Need to have dashboards in Grafana working to evaluate before we update. Should also check to see if PHP8 is compatible when we're ready to update.

johnquest commented 3 years ago

Updating PHP from remi repo 7.2.34-3 (release 3) to 7.2.34-4 causes content grids to become un-editable. Error is "Theme Hook not found" in CU callout bundle. Release 4 from remi is a backported patch from PHP 7.3.28.

jcsparks commented 3 years ago

Upgrade completed, some minor compatibility warnings that will be taken care of via tickets for those specific issues.