We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33968b5 commit b71f8a9Copy full SHA for b71f8a9
.github/workflows/php.yml
@@ -29,6 +29,7 @@ jobs:
29
fail-fast: false
30
matrix:
31
php-version:
32
+ - "7.4"
33
- "8.0"
34
- "8.1"
35
drupal-core:
composer.json
@@ -4,7 +4,7 @@
4
"type": "drupal-module",
5
"description": "Apigee Edge for Drupal.",
6
"require": {
7
- "php": "^8.0",
+ "php": "^7.4 || ^8.0",
8
"ext-json": "*",
9
"apigee/apigee-client-php": "^2.0.16",
10
"drupal/core": "^9.4",
0 commit comments