Skip to content

Commit

Permalink
Bump Drupal core version requirement to 9.3 (#736)
Browse files Browse the repository at this point in the history
* Bump drupal core version to 9.3
  • Loading branch information
divya-intelli authored Sep 2, 2022
1 parent 9f520f2 commit 6c6ac97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,8 @@ jobs:
- "8.1"
drupal-core:
# Should update the following as the minimum supported version from Drupal.org
- "9.2.x"
- "9.3.x"
- "9.4.x"
exclude:
- php-version: "8.1"
drupal-core: "9.2.x"
# include:
# - php-version: "8.1"
# drupal-core: "10.0.x-dev"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": "^7.4 || ^8.0",
"ext-json": "*",
"apigee/apigee-client-php": "^2.0.16",
"drupal/core": "^9.2.13",
"drupal/core": "^9.3",
"drupal/entity": "^1.0",
"drupal/key": "^1.8",
"php-http/guzzle6-adapter": "^2.0"
Expand All @@ -17,7 +17,7 @@
"behat/mink-extension": "^2.0",
"bex/behat-screenshot": "^1.2",
"cweagans/composer-patches": "^1.6",
"drupal/core-dev": "^9.2.13",
"drupal/core-dev": "^9.3",
"drupal/drupal-extension": "master-dev",
"drush/drush": "^9.0 || ^10.0",
"mglaman/drupal-check": "1.3",
Expand Down

0 comments on commit 6c6ac97

Please sign in to comment.