Skip to content

Commit b71f8a9

Browse files
authored
Support for PHP 7.4 (#800)
1 parent 33968b5 commit b71f8a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/php.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
php-version:
32+
- "7.4"
3233
- "8.0"
3334
- "8.1"
3435
drupal-core:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "drupal-module",
55
"description": "Apigee Edge for Drupal.",
66
"require": {
7-
"php": "^8.0",
7+
"php": "^7.4 || ^8.0",
88
"ext-json": "*",
99
"apigee/apigee-client-php": "^2.0.16",
1010
"drupal/core": "^9.4",

0 commit comments

Comments
 (0)