Skip to content

Commit

Permalink
Support for D10.2 and dependent Drush version (#688)
Browse files Browse the repository at this point in the history
* Support for D10.2 and dependent Drush version
  • Loading branch information
kedarkhaire committed May 6, 2024
1 parent 08a2fb8 commit 4b4a125
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
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
Expand Up @@ -33,7 +33,7 @@
},
"require-dev": {
"drupal/core-dev": "^10.1",
"drush/drush": "^11.5",
"drush/drush": "^12.4.3",
"mglaman/drupal-check": "^1.3",
"phpmd/phpmd": "^2.8.2",
"phpmetrics/phpmetrics": "^2.5",
Expand Down

0 comments on commit 4b4a125

Please sign in to comment.