Skip to content

Commit

Permalink
Bumped Drupal core version to 10.1 (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli authored Sep 14, 2023
1 parent 7e4f1e2 commit 0d8c2e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- "8.2"
drupal-core:
# Should update the following as the minimum supported version from Drupal.org
- "10.0.x"
- "10.1.x"

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Please note that the Monetization APIs are not currently supported on Apigee hyb

## Requirements

* The Apigee Edge module requires **Drupal 10.0.x** or higher and PHP 8.1, Drupal 10.x is recommended due to [Drupal 9's EOL timeline](https://www.drupal.org/docs/understanding-drupal/drupal-9-release-date-and-what-it-means/how-long-will-drupal-9-be-supported#s-drupal-9-support-will-end-in-november-2023).
* The Apigee Edge module requires **Drupal 10.1.x** or higher and PHP 8.1, Drupal 10.x is recommended due to [Drupal 9's EOL timeline](https://www.drupal.org/docs/understanding-drupal/drupal-9-release-date-and-what-it-means/how-long-will-drupal-9-be-supported#s-drupal-9-support-will-end-in-november-2023).
* Drupal's minimum requirement is phpdocumentor/reflection-docblock:2.0.4 but at least 3.0 is required by this module. If you get the error "Your requirements could not be resolved to an installable set of packages" it may be because you are running reflection-docblock version 2. You can update `phpdocumentor/reflection-docblock` with the following command: `composer update phpdocumentor/reflection-docblock --with-dependencies`.
* **Check [composer.json](https://github.com/apigee/apigee-edge-drupal/blob/3.x/composer.json) for any required patches.** Patches prefixed with "(For testing)" are only required for running tests. Those are not necessary for using this module. Patches can be applied with the [cweagans/composer-patches](https://packagist.org/packages/cweagans/composer-patches) plugin automatically or manually. See [Applying Patches](#applying-patches) section below.
* (For developers) The locked commit from `behat/mink` library is required otherwise tests may fail. This caused by a Drupal core [bug](https://www.drupal.org/project/drupal/issues/2956279). See the related pull request for behat/mink [here](https://github.com/minkphp/Mink/pull/760).
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": "~8.1",
"ext-json": "*",
"apigee/apigee-client-php": "^3.0.0",
"drupal/core": "^10.0",
"drupal/core": "^10.1",
"drupal/entity": "^1.0",
"drupal/key": "^1.8",
"php-http/guzzle7-adapter": "^1.0"
Expand All @@ -16,7 +16,7 @@
"apigee/apigee-mock-client-php": "^1.1.2",
"drupal/drupal-extension": "^4.2.1 || ~5",
"cweagans/composer-patches": "^1.6",
"drupal/core-dev": "^10.0",
"drupal/core-dev": "^10.1",
"drush/drush": "^12.0",
"mglaman/drupal-check": "1.3",
"phpmd/phpmd": "^2.8.2",
Expand Down

0 comments on commit 0d8c2e3

Please sign in to comment.