Skip to content

Commit

Permalink
Support for PHP 7.4 (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
phdhiren authored Feb 21, 2023
1 parent 33968b5 commit b71f8a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
fail-fast: false
matrix:
php-version:
- "7.4"
- "8.0"
- "8.1"
drupal-core:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "drupal-module",
"description": "Apigee Edge for Drupal.",
"require": {
"php": "^8.0",
"php": "^7.4 || ^8.0",
"ext-json": "*",
"apigee/apigee-client-php": "^2.0.16",
"drupal/core": "^9.4",
Expand Down

0 comments on commit b71f8a9

Please sign in to comment.