Skip to content

Commit d2dc18b

Browse files
authored
End of support for PHP 7.4 (#768)
1 parent e0de946 commit d2dc18b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
php-version:
32-
- "7.4"
3332
- "8.0"
3433
- "8.1"
3534
drupal-core:

composer.json

Lines changed: 1 addition & 1 deletion
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": "^7.4 || ^8.0",
7+
"php": "^8.0",
88
"ext-json": "*",
99
"apigee/apigee-client-php": "^2.0.16",
1010
"drupal/core": "^9.3",

0 commit comments

Comments
 (0)