From e22b578b1fa0387eb6a358fa5c572f0041fe1497 Mon Sep 17 00:00:00 2001 From: Kedar Khaire Date: Tue, 28 May 2024 13:00:24 +0530 Subject: [PATCH] Support for D10.2 in testcases and drush update (#1049) --- .github/workflows/php.yml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 8a59fa4c0..b56ed811a 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -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" diff --git a/composer.json b/composer.json index bfcfa0580..e652352d9 100644 --- a/composer.json +++ b/composer.json @@ -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",