Open kevinreiss opened 10 months ago
When running
lando composer update "drupal/core-*" --with-all-dependencies
you expect drupal core to go to the latest available minor release (currently 10.2.2), running this command at the moment keeps you on the 10.1.x release path instead.
Expected behavior
When running
lando composer update "drupal/core-*" --with-all-dependencies
you expect drupal core to go to the latest available minor release (currently 10.2.2), running this command at the moment keeps you on the 10.1.x release path instead.