Skip to content

Commit

Permalink
Merge pull request apigee#249 from kedarkhaire/issue-243-compatibility
Browse files Browse the repository at this point in the history
Added 10.2 support in workflows and drush version
  • Loading branch information
kedarkhaire authored Apr 3, 2024
2 parents e1b4307 + 5d398a5 commit 0a7e58a
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 @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require-dev": {
"cweagans/composer-patches": "^1.6",
"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 0a7e58a

Please sign in to comment.