From 29c32d61a7c78316348fd9b9fd1eaba1e4bb021e Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Thu, 18 Apr 2024 12:38:17 -0700 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a077c04..767a1eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ ## v1.3.0 - [April 18, 2024](https://github.com/lando/acquia/releases/tag/v1.3.0) +**NOTICE:** If you use the default PHP version, it is now being updated to PHP 8.2. You may need to specify your PHP version in `.lando.yml`, for example, to set it to PHP 8.0: + +``` +recipe: acquia +config: + php: '8.0' +``` + * Updated mariadb plugin to [v1.3.0](https://github.com/lando/mariadb/releases/tag/v1.3.0). See [#51](https://github.com/lando/mariadb/issues/51). -* Updated default PHP to 8.2 +* Changed default PHP to 8.2 and added testing for PHP versions. [#87](https://github.com/lando/acquia/issues/87) * Updated Drush 8 to 8.4.10 ## v1.2.0 - [March 15, 2024](https://github.com/lando/acquia/releases/tag/v1.2.0)