Make a Drupal 10 compatible release. It looks like because of deprecated API we have to drop core 8 and <9.3 support.
pc@ASUS-PC:~/lando-projects/drupal1.localhost$ lando drupal-check web/modules/custom/amplitudejs/
10/10 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ -------------------------------------------------------------------------------
Line modules/amplitudejs_formatters/src/Plugin/Field/FieldFormatter/PlayerBase.php
------ -------------------------------------------------------------------------------
242 Call to deprecated function drupal_get_path():
in drupal:9.3.0 and is removed from drupal:10.0.0. Use
\Drupal\Core\Extension\ExtensionPathResolver::getPath() instead.
------ -------------------------------------------------------------------------------
[ERROR] Found 1 error
Comments
Comment #3
kaszarobertCompatibility fixed in dev.
We have a dependency to drupal/token which doesn't have D10 compatible stable release (only the dev version). Until that happens, we cannot do a D10 compatible release, too.