Skip to content

Commit

Permalink
Update PHP 7.4 to 8.1 and references to the default version
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
rubenvarela committed Mar 19, 2024
1 parent 1638156 commit 3e44cf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builders/acquia.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}},
Expand Down
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ config:
cache: true
composer_version: '2'
inbox: true
php: '7.4'
php: '8.1'
xdebug: false
```
Expand Down
2 changes: 1 addition & 1 deletion examples/drupal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3e44cf8

Please sign in to comment.