We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f9c84 commit e22b578Copy full SHA for e22b578
.github/workflows/php.yml
@@ -37,6 +37,7 @@ jobs:
37
drupal-core:
38
# Should update the following as the minimum supported version from Drupal.org
39
- "10.1.x"
40
+ - "10.2.x"
41
instance-type:
42
- "Edge"
43
- "X"
composer.json
@@ -17,7 +17,7 @@
17
"drupal/drupal-extension": "^4.2.1 || ~5",
18
"cweagans/composer-patches": "^1.6",
19
"drupal/core-dev": "^10.1",
20
- "drush/drush": "^12.0",
+ "drush/drush": "^12.4.3",
21
"mglaman/drupal-check": "1.3",
22
"phpmd/phpmd": "^2.8.2",
23
"phpmetrics/phpmetrics": "^2.5",
0 commit comments