From c0e8a14f5c96dffd9544de8cf3eae2ee693df1b7 Mon Sep 17 00:00:00 2001 From: David Paul Ellenwood Date: Tue, 3 Dec 2024 15:41:43 -0600 Subject: [PATCH] [MOOSE-171]: Bump MariaDB to latest supported version. --- .lando.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lando.yml b/.lando.yml index cc00706a..384c3dc7 100644 --- a/.lando.yml +++ b/.lando.yml @@ -2,7 +2,7 @@ name: moose recipe: wordpress config: php: '8.3' - database: mariadb:10.11 + database: mariadb:11.5 composer_version: 2-latest via: nginx xdebug: false