From de20ca1df80ae081ab09f88c1957c323811e1292 Mon Sep 17 00:00:00 2001 From: Kedar Khaire Date: Fri, 15 Mar 2024 16:58:44 +0530 Subject: [PATCH] Changes for D10.2 compatibility --- .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 76f0e1b0..f5924f72 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -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" diff --git a/composer.json b/composer.json index 78655cc2..18b787ee 100644 --- a/composer.json +++ b/composer.json @@ -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",