Skip to content

Commit

Permalink
Support for D10.2 in testcases and drush update (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire authored May 28, 2024
1 parent b4f9c84 commit e22b578
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 @@ -37,6 +37,7 @@ jobs:
drupal-core:
# Should update the following as the minimum supported version from Drupal.org
- "10.1.x"
- "10.2.x"
instance-type:
- "Edge"
- "X"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"drupal/drupal-extension": "^4.2.1 || ~5",
"cweagans/composer-patches": "^1.6",
"drupal/core-dev": "^10.1",
"drush/drush": "^12.0",
"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 e22b578

Please sign in to comment.