-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bumped version for Drupal10 support #844
Merged
divya-intelli
merged 7 commits into
apigee:drupal10-prep
from
divya-intelli:drupal10-prep-new
Jun 9, 2023
Merged
Bumped version for Drupal10 support #844
divya-intelli
merged 7 commits into
apigee:drupal10-prep
from
divya-intelli:drupal10-prep-new
Jun 9, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Vladimir Roudakov <[email protected]>
mxr576
reviewed
May 31, 2023
mxr576
reviewed
May 31, 2023
modules/apigee_edge_apiproduct_rbac/apigee_edge_apiproduct_rbac.info.yml
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## drupal10-prep #844 +/- ##
================================================
Coverage 44.80% 44.80%
Complexity 2903 2903
================================================
Files 337 337
Lines 10737 10737
================================================
Hits 4811 4811
Misses 5926 5926
|
Co-authored-by: Vladimir Roudakov <[email protected]> Co-authored-by: giteshk <giteshk@users.noreply.github.com>
divya-intelli
changed the title
Changes for Drupal10 support
Bumped version for Drupal10 support
Jun 1, 2023
shishir-intelli
approved these changes
Jun 9, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
divya-intelli
added a commit
that referenced
this pull request
Jun 27, 2023
* Bumped version for Drupal10 support (#844) * Changes for Drupal10 prep Co-authored-by: Vladimir Roudakov <[email protected]> * added Drupal 10 in actions * Bumped rules module for Drupal 10 support * bumped drupal version in info file * changes in require-dev Co-authored-by: Vladimir Roudakov <[email protected]> Co-authored-by: giteshk <giteshk@users.noreply.github.com> * rolled back workflow changes for better tracking * bumped core version to support only Drupal 10, added guzzle7-adapter --------- Co-authored-by: Vladimir Roudakov <[email protected]> Co-authored-by: giteshk <giteshk@users.noreply.github.com> * Merge 2.x into drupal10-prep branch (#863) * Fixes for Drupal 10 github action (#871) * added d10.1 and removed drupal/console * commented drupal-check for test to run * test fixes * fix for drupal check * phpcs fix * changes * commented drupal check * test fixes, drupal check fix * changes --------- Co-authored-by: Vladimir Roudakov <[email protected]> Co-authored-by: giteshk <giteshk@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version bump for Drupal 10 compatibility. Github action changes for test will be tracked in #846
Changes from #761 by @VladimirAus is included in this PR.
Closes #847