-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
0db67f1
commit 2b59a39
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,6 +83,10 @@ lando ssh -c "env" | grep TERMINUS_USER | grep [email protected] | |
cd drupal9 | ||
lando php -v | grep "PHP 8.0" | ||
|
||
# Should use the database version in pantheon.yml | ||
cd drupal9 | ||
lando ssh -s database -c "mysql -V" | grep 10.6. | ||
|
||
# Should use a varnish http_resp_hdr_len setting of 25k | ||
cd drupal9 | ||
lando varnishadm param.show http_resp_hdr_len | grep 'Value is: 25k' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters