Skip to content

Commit 2de67b0

Browse files
authored
Update php to v1.4.0 (#139)
* Update php to v1.4.0 * Update php to v1.5.0 * Add ssl test for drupal-custom.
1 parent 450567c commit 2de67b0

File tree

5 files changed

+16
-28
lines changed

5 files changed

+16
-28
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
22

3+
* Updated lando/php to v1.5.0.
4+
35
## v1.7.0 - [September 30, 2024](https://github.com/lando/drupal/releases/tag/v1.7.0)
46

57
* Updated lando/mariadb to v1.5.0.

examples/drupal-custom/.lando.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ config:
77
webroot: bob
88
database: mysql:5.7
99
xdebug: true
10+
ssl: true
1011
config:
1112
database: config/mysql.cnf
1213
php: config/php.ini

examples/drupal-custom/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ lando php -v | grep "PHP 8.3"
3434
# Should use composer 2.0.7
3535
lando exec appserver -- /bin/sh -c 'NO_COLOR=1 composer -V' | grep "Composer version 2.0.7"
3636

37+
# Should serve and be accessible over ssl if specified
38+
lando exec appserver_nginx -- curl https://localhost
39+
lando exec appserver -- curl https://appserver_nginx
40+
3741
# Should be running mysql 5.7 by default
3842
lando mysql -V | grep 5.7
3943

package-lock.json

Lines changed: 8 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@lando/mssql": "^1.0.0",
4848
"@lando/mysql": "^1.3.0",
4949
"@lando/nginx": "^1.0.0",
50-
"@lando/php": "^1.2.0",
50+
"@lando/php": "^1.5.0",
5151
"@lando/postgres": "^1.1.0",
5252
"lodash": "^4.17.21",
5353
"semver": "^7.5.4"

0 commit comments

Comments
 (0)