From 408d544d0ef9dc3902a0fdae9e9af09a39510723 Mon Sep 17 00:00:00 2001 From: Shishir Suvarna Date: Thu, 28 Sep 2023 17:33:57 +0530 Subject: [PATCH] Removed Drupal 9.4 support --- .github/workflows/php.yml | 3 --- composer.json | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index d1e66d58..0646fe9c 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -37,7 +37,6 @@ jobs: - "8.2" drupal-core: # Should update the following as the minimum supported version from Drupal.org - - "9.4.x" - "9.5.x" - "10.0.x" - "10.1.x" @@ -45,8 +44,6 @@ jobs: - "Edge" - "X" exclude: - - php-version: "8.2" - drupal-core: "9.4.x" - php-version: "8.2" drupal-core: "9.5.x" - php-version: "8.0" diff --git a/composer.json b/composer.json index c18b8e15..315b37f2 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "cweagans/composer-patches": "~1.6", "commerceguys/intl": "~1.0 || ^2.0", "drupal/apigee_edge": "^2.0.2 || ^3.0.0", - "drupal/core": "^9.4 || ^10.0", + "drupal/core": "^9.5 || ^10.0", "drupal/requirement": "^1.2", "drupal/jquery_ui_dialog": "^2.0", "apigee/apigee-client-php": "^2.0.16 || ^3.0.0" @@ -17,7 +17,7 @@ "require-dev": { "apigee/apigee-mock-client-php": "^1.1.1", "drupal/drupal-extension": "^4.2.1 || ~5", - "drupal/core-dev": "^9.4 || ^10.0", + "drupal/core-dev": "^9.5 || ^10.0", "drush/drush": "^11.5", "mglaman/drupal-check": "^1.3", "phpmd/phpmd": "^2.8.2",