Skip to content

Commit

Permalink
Support for php 7.4 (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
phdhiren authored Mar 6, 2023
1 parent 8fcc735 commit 13bb643
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 @@ -32,6 +32,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 Monetization for Drupal",
"require": {
"php": "^8.0",
"php": "^7.4 || ^8.0",
"ext-bcmath": "*",
"cweagans/composer-patches": "~1.6",
"commerceguys/intl": "~1.0",
Expand Down

0 comments on commit 13bb643

Please sign in to comment.