Skip to content

Commit 5a514af

Browse files
Merge pull request apigee#290 from shailesh-google/issue289
Drop support for EOL PHP 8.1
2 parents d19bc51 + 83621af commit 5a514af

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/php.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,12 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
php-version:
35-
- "8.1"
3635
- "8.2"
3736
- "8.3"
3837
drupal-core:
3938
- "10.5.x"
4039
- "11.2.x"
4140
exclude:
42-
- php-version: "8.1"
43-
drupal-core: "11.2.x"
4441
- php-version: "8.2"
4542
drupal-core: "11.2.x"
4643

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"type": "drupal-module",
55
"description": "Apigee API Catalog for Drupal",
66
"require": {
7-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
7+
"php": "~8.2.0 || ~8.3.0",
88
"drupal/entity": "^1.6",
99
"drupal/file_link": "^2.2",
1010
"drupal/apigee_edge": "^3.0.8 || ^4.0.0",
1111
"webonyx/graphql-php": "^15.19"
1212
},
1313
"require-dev": {
1414
"cweagans/composer-patches": "^1.7",
15-
"drupal/core-dev": "^10.3 || ^11.1",
15+
"drupal/core-dev": "^10.5 || ^11.2",
1616
"drush/drush": "^12.4.3 || ^13.3",
1717
"mglaman/drupal-check": "^1.5",
1818
"phpmd/phpmd": "^2.15.0",

0 commit comments

Comments
 (0)