-
Notifications
You must be signed in to change notification settings - Fork 3
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
test drupal 10 #126
test drupal 10 #126
Conversation
"drupal/workbench_tabs": "^1.5" | ||
"composer/installers": "^2.0", | ||
"drupal/admin_toolbar": "^3", | ||
"drupal/config_split": "^1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to use config_split ^2 in another Drupal 10 project I set up. Not sure if we'll need to do that here as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.9 is compatible with Drupal 10, and 2.0.0 is still in pre-release, so I think we can leave this for now.
I am seeing some errors that I think are related to this issue on the module and status pages https://www.drupal.org/project/drupal/issues/3293463 https://drupal10.ddev.site/admin/modules https://drupal10.ddev.site/admin/reports/status |
@Kbentham I added the patch in the Drupal core issue you found, but I still got the same error after first install and going to the status page. Clearing cache made the error go away. I removed the patch, so could you confirm that clearing cache after installing the site allows the status page to work? |
We might need to update The Build to clear cache when it's done switching the profile, so this manual step isn't required after running the first Drupal install. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Description
A description of the changes. Consider including images/gifs to demonstrate behaviors (e.g. using Skitch or GIPHY Capture).
Testing instructions
composer create-project palantirnet/drupal-skeleton drupal10 dev-drupal-10 --no-interaction
cd drupal10
.ddev/config.yaml
and change thename
todrupal10
ddev start
ddev ssh
vendor/bin/the-build-installer
Remaining tasks
the-build
^4@beta
(or^4
if there is a stable release).