Skip to content

Commit

Permalink
End of support for Drupal 9.4 (apigee#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-intelli authored Oct 2, 2023
1 parent 36c1d3c commit b64c2dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,10 @@ jobs:
- "8.2"
drupal-core:
# Should update the following as the minimum supported version from Drupal.org
- "9.4.x"
- "9.5.x"
- "10.0.x"
- "10.1.x"
exclude:
- php-version: "8.2"
drupal-core: "9.4.x"
- php-version: "8.2"
drupal-core: "9.5.x"
- php-version: "8.0"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"require-dev": {
"cweagans/composer-patches": "^1.6",
"drupal/core-dev": "^9.4 || ^10.0",
"drupal/core-dev": "^9.5 || ^10.0",
"drush/drush": "^11.5",
"mglaman/drupal-check": "^1.3",
"phpmd/phpmd": "^2.8.2",
Expand Down

0 comments on commit b64c2dd

Please sign in to comment.