Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Dec 12, 2024
1 parent 18e9bcf commit 23fe67c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/drupal11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,12 @@ lando exec appserver -- curl localhost/jsonapi | grep "action--action"

# Should have recipe defaults
cd drupal11
cat .lando.yml | grep "php: 8.3"
cat .lando.yml | grep 'php: "8.3"'
cat .lando.yml | grep "drush: ^13"
cat .lando.yml | grep "composer_version: 2-latest"

# Should still have webroot
cd drupal11
cat .lando.yml | grep "webroot: ."
```

Expand Down

0 comments on commit 23fe67c

Please sign in to comment.