Skip to content

Commit

Permalink
End of support for PHP 7.4 (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
phdhiren authored Dec 23, 2022
1 parent e0de946 commit d2dc18b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ 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": "^7.4 || ^8.0",
"php": "^8.0",
"ext-json": "*",
"apigee/apigee-client-php": "^2.0.16",
"drupal/core": "^9.3",
Expand Down

0 comments on commit d2dc18b

Please sign in to comment.