From 3e44cf8503da3920ffb5d79fbd719ed070717117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Varela?= Date: Tue, 19 Mar 2024 10:49:20 -0400 Subject: [PATCH] Update PHP 7.4 to 8.1 and references to the default version - Update PHP 7.4 to 8.1 in builders/acquia.js - Update docs/config.md to reference 8.1 as the default - Update examples/drupal/README.md to reference 8.1 as the default --- builders/acquia.js | 2 +- docs/config.md | 2 +- examples/drupal/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/builders/acquia.js b/builders/acquia.js index cf14f24..15ec49b 100644 --- a/builders/acquia.js +++ b/builders/acquia.js @@ -16,7 +16,7 @@ module.exports = { defaultFiles: {}, drush: '8.4.8', inbox: true, - php: '7.4', + php: '8.1', services: {appserver: { build: [], overrides: {volumes: [], environment: {}}, diff --git a/docs/config.md b/docs/config.md index d721f00..dc8c8bb 100644 --- a/docs/config.md +++ b/docs/config.md @@ -20,7 +20,7 @@ config: cache: true composer_version: '2' inbox: true - php: '7.4' + php: '8.1' xdebug: false ``` diff --git a/examples/drupal/README.md b/examples/drupal/README.md index 3a754db..cf0e29a 100644 --- a/examples/drupal/README.md +++ b/examples/drupal/README.md @@ -62,7 +62,7 @@ lando composer --version | grep Composer | grep 2. cd drupal9 lando ssh -c "/usr/local/bin/composer --version" | grep Composer | grep "2.0.11" -# Should use php version 7.4 by default +# Should use php version 8.1 by default cd drupal9 lando php -v | grep "PHP 8.1"