Skip to content

Commit

Permalink
End of support for Drupal 9.3 and add Drupal 9.5 in tests (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli authored Jan 10, 2023
1 parent 9a8ad13 commit 4edba49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- "8.1"
drupal-core:
# Should update the following as the minimum supported version from Drupal.org
- "9.3.x"
- "9.4.x"
- "9.5.x"
# include:
# - php-version: "8.1"
# drupal-core: "10.0.x-dev"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"drupal/components": "^2.1"
},
"require-dev": {
"drupal/core-dev": "^9",
"drupal/core-dev": "^9.4",
"drush/drush": "^10.0",
"mglaman/drupal-check": "^1.3",
"phpmd/phpmd": "^2.8.2",
Expand Down

0 comments on commit 4edba49

Please sign in to comment.