Skip to content

#84 - Update ddev to PHP 8.1

Ray Stuart requested to merge raystuart/aegir:84-update-ddev-to-php81 into main

This merge request is the result of running the following to update the ddev environment to use PHP 8.1:

ddev config --php-version=8.1

After updating ddev to PHP 8.1, there are some warnings, deprecation notices, and errors on the site, as well as from drush. !31 helps to resolve those issues.

Closes #84

Merge request reports