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 Mar 19, 2024
1 parent 3e44cf8 commit 422ac81
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 422ac81

Please sign in to comment.