Skip to content

Commit e22b578

Browse files
authored
Support for D10.2 in testcases and drush update (#1049)
1 parent b4f9c84 commit e22b578

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
@@ -37,6 +37,7 @@ jobs:
3737
drupal-core:
3838
# Should update the following as the minimum supported version from Drupal.org
3939
- "10.1.x"
40+
- "10.2.x"
4041
instance-type:
4142
- "Edge"
4243
- "X"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"drupal/drupal-extension": "^4.2.1 || ~5",
1818
"cweagans/composer-patches": "^1.6",
1919
"drupal/core-dev": "^10.1",
20-
"drush/drush": "^12.0",
20+
"drush/drush": "^12.4.3",
2121
"mglaman/drupal-check": "1.3",
2222
"phpmd/phpmd": "^2.8.2",
2323
"phpmetrics/phpmetrics": "^2.5",

0 commit comments

Comments
 (0)