[Two weeks ago the Migrate Tools dev branch removed support for Drupal 8](https://git.drupalcode.org/project/migrate_tools/-/commit/9bc6966b6204eef9353e5a3b9d8b038d04a50684). Our [testing matrix still includes testing on Drupal 8](https://github.com/Islandora/islandora/blob/2.x/.github/workflows/build-2.x.yml#L26) which now fails. See @ajstanley 's [recent PR](https://github.com/Islandora/islandora/pull/857#issuecomment-984792000) [build failure](https://github.com/Islandora/islandora/runs/4389028529?check_suite_focus=true#step:10:21). So, we can either drop Drupal 8 support in our testing matrix OR lock down [Migrate Tools in our composer](https://github.com/Islandora/islandora/blob/2.x/composer.json#L27) to `5.0` rather than `^5`. Do we have a preference between these two, @Islandora/8-x-committers?