From 8978c78a4c366bab8bbe886be6277ee243f0fc64 Mon Sep 17 00:00:00 2001 From: Hirenkumar Parmar Date: Tue, 20 Dec 2022 20:08:45 +0530 Subject: [PATCH] End of support for PHP 7.4 --- .github/workflows/php.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index bc83e6e4b..d648882b8 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -29,7 +29,6 @@ jobs: fail-fast: false matrix: php-version: - - "7.4" - "8.0" - "8.1" drupal-core: diff --git a/composer.json b/composer.json index 5888df9d3..7bed312fc 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "drupal-module", "description": "Apigee Edge for Drupal.", "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "ext-json": "*", "apigee/apigee-client-php": "^2.0.16", "drupal/core": "^9.3",