diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index bdf4b185..b7d30624 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -32,6 +32,7 @@ jobs: fail-fast: false matrix: php-version: + - "7.4" - "8.0" - "8.1" drupal-core: diff --git a/composer.json b/composer.json index 32689bf1..cee6fedb 100644 --- a/composer.json +++ b/composer.json @@ -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",