Skip to content
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

Allow newer Drush for newer Drupal #10

Merged
merged 2 commits into from
Jun 8, 2022
Merged

Conversation

adam-vessey
Copy link
Contributor

@adam-vessey adam-vessey commented Jun 3, 2022

#8 fixed solidly to drush 10 to maintain compatibility with Drupal 8 and 9; however, we now have Drupal 10 in our testing matrix, for which drush 11 is required... so let it be used accordingly.

Should hopefully address some tests which blow up due to Drush 10 not supporting Drupal 10, such as:

  • https://github.com/Islandora/islandora/runs/6678217486?check_suite_focus=true#step:9:433

       Problem 1
        - drush/drush[10.0.0-alpha1, ..., 10.3.5] require composer/semver ^1.4 -> found composer/semver[1.4.0, ..., 1.x-dev] but the package is fixed to 3.3.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    Error: Your requirements could not be resolved to an installable set of packages.
    
  • https://github.com/Islandora/islandora/runs/6728671150?check_suite_focus=true#step:9:430

       Problem 1
        - drush/drush[10.0.0-alpha1, ..., 10.3.5] require composer/semver ^1.4 -> found composer/semver[1.4.0, ..., 1.x-dev] but the package is fixed to 3.3.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    Error: Your requirements could not be resolved to an installable set of packages.
    

Should hopefully address some tests which blow up due to Drush 10 not supporting Drupal 10.
@rosiel rosiel merged commit a83140f into github-actions Jun 8, 2022
@rosiel rosiel deleted the adam-vessey-patch-1 branch June 8, 2022 17:45
@rosiel rosiel restored the adam-vessey-patch-1 branch June 8, 2022 17:45
@rosiel rosiel deleted the adam-vessey-patch-1 branch July 25, 2022 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants