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

Composer stability fix to get Drupal 9.3.x. #218

Merged
merged 1 commit into from
Jun 24, 2022
Merged

Conversation

alxp
Copy link
Contributor

@alxp alxp commented Jun 8, 2022

What does this Pull Request do?

Set composer default options to opt for stable versions by default.

What's new?

The playbook was using geerlingguy.composer's default composer tags which included prefer-dist, this was causing composer create-project to get the development version of drupal/recommended-project.

We just needed to explicitly specify Flysystem as a beta since it has no stable release.

  • Does this change require documentation to be updated? no
  • Does this change add any new dependencies? no
  • Does this change require any other modifications to be made to the repository no
    (i.e. Regeneration activity, etc.)?
  • Could this change impact execution of existing code?
    No, existing drupal installs aren't replaced by the playbook.

How should this be tested?

Run a fresh playbook install.

Verify that the version of Drupal core is 9.3.x (as of June 8 2022).

Verify derivative creation.

Interested parties

Tag (@ mention) interested parties or, if unsure, @Islandora-Devops/committers

@whikloj
Copy link
Member

whikloj commented Jun 24, 2022

Standing this up today (June 24, 2022) I ended up with 9.4.1 is that correct or how can I verify?

@alxp
Copy link
Contributor Author

alxp commented Jun 24, 2022

Drupal 9.4 was released this week so yes that's the expected behaviour.

Copy link
Member

@whikloj whikloj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as described 👍

@whikloj whikloj merged commit cade932 into dev Jun 24, 2022
@whikloj whikloj deleted the composer-stability-1 branch June 24, 2022 18:19
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