From 831466cba99481e8fc17dbc35f13476a4f0e3153 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Wed, 11 Dec 2024 22:01:24 +0100 Subject: [PATCH] change ddev db version bc idk --- .ddev/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 49b0d62..cdcbc5e 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -7,8 +7,8 @@ xdebug_enabled: false additional_hostnames: [] additional_fqdns: [] database: - type: mariadb - version: "10.11" + type: postgres + version: "17" use_dns_when_possible: true composer_version: "2" web_environment: []