Skip to content

Commit

Permalink
Changes for D10.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire committed Mar 15, 2024
1 parent 3b8f13f commit de20ca1
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 @@ -36,6 +36,7 @@ jobs:
# Should update the following as the minimum supported version from Drupal.org
- "9.5.x"
- "10.1.x"
- "10.2.x"
exclude:
- php-version: "8.2"
drupal-core: "9.5.x"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"require-dev": {
"drupal/core-dev": "^9.5 || ^10.1",
"drush/drush": "^11.5",
"drush/drush": "^11.5 || ^12.4.3",
"mglaman/drupal-check": "^1.3",
"phpmd/phpmd": "^2.8.2",
"phpmetrics/phpmetrics": "^2.5",
Expand Down

0 comments on commit de20ca1

Please sign in to comment.