Skip to content

Commit 5a35b37

Browse files
Support for PHP 8.4 and PHP 8.5 (#797)
* Added compatibility for Drupal 10.6, Drupal 11.3, PHP 8.4, and PHP 8.5 * Added Newer version of Apigee Edge module and Catalogue module
1 parent 17002f8 commit 5a35b37

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,17 @@ jobs:
3333
php-version:
3434
- "8.2"
3535
- "8.3"
36+
- "8.4"
37+
- "8.5"
3638
drupal-core:
3739
# Should update the following as the minimum supported version from Drupal.org
3840
- "10.6.x"
3941
- "11.3.x"
4042
exclude:
4143
- php-version: "8.2"
4244
drupal-core: "11.3.x"
45+
- php-version: "8.5"
46+
drupal-core: "10.6.x"
4347

4448
steps:
4549

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ queue is disabled, we use the [GitHub issue queue](https://github.com/apigee/api
3636

3737
## Support
3838

39-
This project, which integrates Drupal 9 and Drupal 8 with Apigee, is supported by Google.
39+
This project, which integrates Drupal 10 and Drupal 11 with Apigee, is supported by Google.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"require": {
1717
"cweagans/composer-patches": "^1.7.3",
1818
"drupal/admin_toolbar": "^3.5.3",
19-
"drupal/apigee_api_catalog": "^3.0.9",
20-
"drupal/apigee_edge": "^3.0.11 || ^4.0.2",
19+
"drupal/apigee_api_catalog": "^3.1.0",
20+
"drupal/apigee_edge": "^3.1.0 || ^4.1.0",
2121
"drupal/better_exposed_filters": "^7.0.5",
2222
"drupal/default_content": "^2.0@alpha",
2323
"drupal/email_registration": "^2.0@rc",

0 commit comments

Comments
 (0)