Skip to content

Commit

Permalink
Update recipe type to drupal10.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Jan 23, 2024
1 parent cd405c5 commit a369b3b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/drupal-custom/.lando.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: drupal-custom
recipe: drupal
recipe: drupal10
config:
php: '7.4'
composer_version: '2.0.7'
Expand Down
2 changes: 1 addition & 1 deletion examples/drupal-defaults/.lando.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: drupal-defaults
recipe: drupal
recipe: drupal10

# do not remove this
plugins:
Expand Down
2 changes: 1 addition & 1 deletion examples/drupal-export/.lando.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: drupal-exports
recipe: drupal
recipe: drupal10

# do not remove this
plugins:
Expand Down
2 changes: 1 addition & 1 deletion examples/drupal-import/.lando.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: drupal-import
recipe: drupal
recipe: drupal10

events:
post-db-import:
Expand Down
2 changes: 1 addition & 1 deletion examples/drupal-nginx/.lando.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: drupal-nginx
recipe: drupal
recipe: drupal10
config:
via: nginx
webroot: web
Expand Down

0 comments on commit a369b3b

Please sign in to comment.