Skip to content

Commit

Permalink
Support for D10.2 and dependent Drush version
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire committed Mar 28, 2024
1 parent 08a2fb8 commit e1825a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
drupal-core:
# Should update the following as the minimum supported version from Drupal.org
- "10.1.x"
- "10.2.x"

steps:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"require-dev": {
"drupal/core-dev": "^10.1",
"drush/drush": "^11.5",
"drush/drush": "^11.5 || ^12.4.3",
"mglaman/drupal-check": "^1.3",
"phpmd/phpmd": "^2.8.2",
"phpmetrics/phpmetrics": "^2.5",
Expand Down

0 comments on commit e1825a7

Please sign in to comment.