From ddd210b856abd1b94f0da9f0b4874cbf216d6a0b Mon Sep 17 00:00:00 2001 From: Bec White Date: Fri, 7 Oct 2022 16:53:18 -0500 Subject: [PATCH] Update ddev to PHP 8.1. --- .ddev/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 0f0fc88..e97ac82 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -17,7 +17,7 @@ webserver_type: apache-fpm #mariadb_version: "10.3" # TODO: Make sure this PHP version matches the project's hosting environment. -php_version: "7.4" +php_version: "8.1" # Add any multisite subdomains to this array. Adding "example" will make this environment # available at "example.ddev.site".