Skip to content

Commit

Permalink
Removed Drupal 9.4 support (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-intelli authored Oct 2, 2023
1 parent 495d62d commit 816c02e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,13 @@ 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"
instance-type:
- "Edge"
- "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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"cweagans/composer-patches": "~1.6",
"commerceguys/intl": "~1.0 || ^2.0",
"drupal/apigee_edge": "^2.0.2 || ^3.0.0",
"drupal/core": "^9.4 || ^10.0",
"drupal/core": "^9.5 || ^10.0",
"drupal/requirement": "^1.2",
"drupal/jquery_ui_dialog": "^2.0",
"apigee/apigee-client-php": "^2.0.16 || ^3.0.0"
},
"require-dev": {
"apigee/apigee-mock-client-php": "^1.1.1",
"drupal/drupal-extension": "^4.2.1 || ~5",
"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 816c02e

Please sign in to comment.