Skip to content

Commit

Permalink
Drop PHP 7 support again (#816)
Browse files Browse the repository at this point in the history
* Revert "Support for PHP 7.4 (#800)"

This reverts commit b71f8a9.

* Clearly specify the currently supported PHP versions

* Update outdated info.yml
  • Loading branch information
mxr576 authored Jun 6, 2023
1 parent d1d2848 commit 9744256
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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 apigee_edge.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ dependencies:

configure: apigee_edge.settings

php: "7.1"
php: 8.0
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.0 || ~8.1.0",
"ext-json": "*",
"apigee/apigee-client-php": "^2.0.19",
"drupal/core": "^9.4",
Expand Down

0 comments on commit 9744256

Please sign in to comment.