We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0de946 commit d2dc18bCopy full SHA for d2dc18b
.github/workflows/php.yml
@@ -29,7 +29,6 @@ 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": "^7.4 || ^8.0",
+ "php": "^8.0",
8
"ext-json": "*",
9
"apigee/apigee-client-php": "^2.0.16",
10
"drupal/core": "^9.3",
0 commit comments