Add Drupal 9 deprecation checks for the module to be able to test it regular before Drupal 9 release date.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | updated-info.yml-file.patch | 358 bytes | sahana _n |
| #2 | 3091735-2.patch | 662 bytes | szeidler |
Add Drupal 9 deprecation checks for the module to be able to test it regular before Drupal 9 release date.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | updated-info.yml-file.patch | 358 bytes | sahana _n |
| #2 | 3091735-2.patch | 662 bytes | szeidler |
Comments
Comment #2
szeidler commentedAdding drupalci.yml to check for deprecations.
Comment #3
kristen polPer a Slack discussion with Gábor Hojtsy regarding usage of D9 tags (Drupal 9, Drupal 9 compatibility, Drupal 9 readiness, etc.), "Drupal 9 compatibility" should be used for contributed projects that need updating and "Drupal 9" was the old tag for D8 issues before the D9 branch was ready. Doing tag cleanup here based on that discussion.
Comment #4
sahana _n commentedHi
I checked this module using the "drupal-check -d module-name" to find the deprecations in the module, but I did not find any deprecations
so this module is ready for Drupal 9 and I got one warning in the upgrade status that is we have to update the info.yml file to designate that the module is compatible with Drupal 9. so I created the patch please review the patch.
Comment #5
sahana _n commentedComment #7
szeidler commentedThanks, this seems to work fine. I just committed the patch.