diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 004553e..73f4495 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -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: diff --git a/composer.json b/composer.json index ac1f73a..63e72b6 100644 --- a/composer.json +++ b/composer.json @@ -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",