Skip to content

Commit

Permalink
Update lando config for Unity
Browse files Browse the repository at this point in the history
  • Loading branch information
omahm committed Nov 17, 2022
1 parent 90679e5 commit 8fb58de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/unity/Lando/templates/.lando.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ recipe: drupal9
config:
webroot: web
database: mariadb
php: '8.0'
php: '8.1'
composer_version: '2.0.7'
config:
php: .lando/config/php.ini
Expand Down Expand Up @@ -157,4 +157,4 @@ tooling:
service: database
description: List all databases
cmd: mysql -uroot -e "SHOW DATABASES;"
user: root
user: root

0 comments on commit 8fb58de

Please sign in to comment.