Skip to content

Commit 4b4a125

Browse files
authored
Support for D10.2 and dependent Drush version (apigee#688)
* Support for D10.2 and dependent Drush version
1 parent 08a2fb8 commit 4b4a125

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
drupal-core:
3535
# Should update the following as the minimum supported version from Drupal.org
3636
- "10.1.x"
37+
- "10.2.x"
3738

3839
steps:
3940

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"require-dev": {
3535
"drupal/core-dev": "^10.1",
36-
"drush/drush": "^11.5",
36+
"drush/drush": "^12.4.3",
3737
"mglaman/drupal-check": "^1.3",
3838
"phpmd/phpmd": "^2.8.2",
3939
"phpmetrics/phpmetrics": "^2.5",

0 commit comments

Comments
 (0)