After running vendor/bin/drush -l default upgrade_status:analyze webform_jira_service_desk

================================================================================
Webform Jira Service Desk Integration,  1.0.0-alpha2
Scanned on Thu, 12/01/2023 - 10:06

FILE:
modules/contrib/webform_jira_service_desk/webform_jira_service_desk.info.yml

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 0    Value of core_version_requirement: ^9 is not compatible with
                    the next major version of Drupal core. See                  
                    https://drupal.org/node/3070687.                            
--------------------------------------------------------------------------------

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

VladimirAus created an issue. See original summary.

vladimiraus’s picture

Status: Active » Needs review
vladimiraus’s picture

Ready for review 🍻

vladimiraus’s picture

To test module on Drupal 10

1. Add to composer.json repositories section. Make sure it is added before https://packages.drupal.org/8

  "repositories": [
    ...
    {
      "type": "vcs",
      "url": "https://git.drupalcode.org/issue/webform_jira_service_desk-3332793.git"
    },
    {
      "type": "composer",
      "url": "https://packages.drupal.org/8"
    },
    ...

2. Run composer command

composer require drupal/webform_jira_service_desk:dev-3332793-drupal-10-compatibility
vladimiraus’s picture

Title: Drupal 10 compatibility » Drupal 10/11 compatibility
jannakha’s picture

Status: Needs review » Reviewed & tested by the community
Related issues: +#3570867: Fix phpcs/phpstan warnings.

Looks good. Thank you.
Other tasks were moved to #3570867: Fix phpcs/phpstan warnings..

  • vladimiraus committed 365dfaf9 on 1.0.x
    Issue #3332793 by VladimirAus: Drupal 10 compatibility
    
jannakha’s picture

Status: Reviewed & tested by the community » Fixed

Fixed. Thanks you.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.