Skip to content

Commit

Permalink
Update Drush 8 to avoid warning on 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvarela committed Apr 3, 2024
1 parent 8127c80 commit d1d3e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builders/acquia-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const utils = require('../lib/utils.js');
const warnings = require('../lib/warnings.js');

// "Constants"
const DRUSH8 = '8.4.8';
const DRUSH8 = '8.4.10';
const DRUSH7 = '7.4.0';

// Tooling defaults
Expand Down
2 changes: 1 addition & 1 deletion builders/acquia.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
composer_version: '2',
confSrc: path.resolve(__dirname, '..', 'config'),
defaultFiles: {},
drush: '8.4.8',
drush: '8.4.10',
inbox: true,
php: '8.1',
services: {appserver: {
Expand Down

0 comments on commit d1d3e0c

Please sign in to comment.