Tests are currently failing on Drupal 9; see https://www.drupal.org/pift-ci-job/1559096. Let's see if we can't improve this a bit.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 3115602-8-interdiff.txt | 1.5 KB | berdir |
| #8 | 3115602-8.patch | 2.98 KB | berdir |
| #5 | 3115602-5.patch | 1.96 KB | phenaproxima |
| #4 | 3115602-4.patch | 654 bytes | phenaproxima |
| #2 | 3115602-2.patch | 1.15 KB | phenaproxima |
Comments
Comment #2
phenaproximaLet's see if this mitigates things.
Comment #4
phenaproximaHuh, what went wrong?
Comment #5
phenaproximaI think this will pass on D8 and D9, but it would need to wait until Drupal 8.8 is the oldest supported version of core.
Comment #6
jeroentLooks good.
Comment #7
berdirjust like in #3111564: Update/Remove EntityBrowserUpdateHookTest for D9 compatibility and other test fixes this check is bogus at this point when we also require 8.8 anyway.
lets update .info.yml then accordingly.
Comment #8
berdirCleaning that up.
Comment #10
phenaproximaWell, now that Drupal 9 is in beta, I think the time to land this has come. Committed and pushed to 8.x-2.x.
Comment #11
phenaproximaI meant fixed.
Comment #13
kristen polFyi, I was looking at the usage of core_version_requirement for various projects and see that the committed code used quotes around the versions whereas all the other projects (except one other) I've reviewed so far (about 50) do not use quotes and the change record doesn't use quotes.
https://git.drupalcode.org/project/crop/blob/de117680c5ce3a6fa0c3a7824ec...
Change record: https://www.drupal.org/node/3070687
Nitpick: Although this technically works fine, I would suggest updating it at some point to not include the quotes for consistency with the bulk of other projects.