palantirnet / drupal-skeleton

A Drupal project template for use with `composer create-project`.
Other
13 stars 3 forks source link

test drupal 10 #126

Closed byrond closed 1 year ago

byrond commented 2 years ago

Description

A description of the changes. Consider including images/gifs to demonstrate behaviors (e.g. using Skitch or GIPHY Capture).

Testing instructions

  1. composer create-project palantirnet/drupal-skeleton drupal10 dev-drupal-10 --no-interaction
  2. cd drupal10
  3. Edit .ddev/config.yaml and change the name to drupal10
  4. ddev start
  5. ddev ssh
  6. vendor/bin/the-build-installer
  7. Visit https://drupal10.ddev.site/ and verify the site is running.
  8. Log in, and verify the site is running Drupal 10.

Remaining tasks

Kbentham commented 1 year ago

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

Screen Shot 2023-01-11 at 1 47 00 PM

https://drupal10.ddev.site/admin/reports/status

Screen Shot 2023-01-11 at 1 47 24 PM

other than that this is looking good!

byrond commented 1 year ago

@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?

byrond commented 1 year ago

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.