- Issue created by @project update bot
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module β these changes make this module compatible with Drupal 11! π
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot β to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-127659These packages were used to generate the fixes:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.9
- palantirnet/drupal-rector: 0.20.1
- First commit to issue fork.
- Merge request !4Issue #3434827: Automated Drupal 11 compatibility fixes for summary_word_limit β (Open) created by deimos
- πΊπ¦Ukraine deimos
I take this in work to add a few changes:
1. Drop Drupal 8 and 9 from module's supported versions since Drupal 8 is now end-of-life - PSA-2021-11-30 β Drupal 9 is end of life - PSA-2023-11-01 β
2. Add basic Drupal GitLab CI usage to get automatic checks for code styles (phpcs, cslint), typos (cspell) and php issues (phpstan). - πΊπ¦Ukraine deimos
- Drop Drupal 8 and 9 from module's supported versions since Drupal 8 is now end-of-life - PSA-2021-11-30 β and Drupal 9 is end of life - PSA-2023-11-01 β
- Add basic Drupal GitLab CI usage to get automatic checks for code styles (phpcs, cslint), typos (cspell) and php issues (phpstan).
More information about Drupal GitLab CI: https://www.drupal.org/docs/develop/git/using-gitlab-to-contribute-to-dr... β
These are done and pushed into
3434827-drupal-11-compatibility
, see MR!4.
I put this issue back into Needs review. Feel free to re-open task and add code-styles corrections to get pipeline build fully green - https://git.drupalcode.org/issue/summary_word_limit-3434827/-/pipelines/.... - πΊπ¦Ukraine deimos
Also I tested module on Drupal 11.1.4 and module works fine.