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

Support Drupal core versions that were not released yet #58

Open
shaal opened this issue Nov 30, 2021 · 0 comments
Open

Support Drupal core versions that were not released yet #58

shaal opened this issue Nov 30, 2021 · 0 comments

Comments

@shaal
Copy link
Owner

shaal commented Nov 30, 2021

Is your feature request related to a problem? Please describe

Cannot test Drupal 10.0.x, because it wasn't published through Packagist yet (cannot get drupal/core-recommended:^10)

Describe the solution you'd like

For core issues, we can separate DP_MODULE_VERSION (ie. 10.0.x which is fetched from the issue page)
and DP_CORE_VERSION (ie. 9.3.x which is chosen by user, according to what's available through browser extension)

Composer require drupal/core-recommended, can use DP_CORE_VERSION, and symlink repos/drupal of version 10 (through DP_MODULE_VERSION)

Example of an issue - https://www.drupal.org/project/drupal/issues/3251891

DrupalPod browser extension generated URL -
https://gitpod.io/#DP_PROJECT_NAME=drupal,DP_ISSUE_FORK=,DP_ISSUE_BRANCH=,DP_PROJECT_TYPE=project_core,DP_MODULE_VERSION=10.0.x,DP_CORE_VERSION=9.3.x,DP_PATCH_FILE=https%3A%2F%2Fwww.drupal.org%2Ffiles%2Fissues%2F2021-11-30%2F3251891.patch,DP_INSTALL_PROFILE=demo_umami/https://github.com/shaal/drupalpod

Describe alternatives you've considered

Additional context

@Decipher Decipher mentioned this issue Jan 8, 2022
3 tasks
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

No branches or pull requests

1 participant