Problem/Motivation
The definition for the 'new_relic_rpm.settings.watchdog_severities' sequence declares the type of its items in a way that is deprecated in drupal:8.0.0 and is removed from drupal:11.0.0. See https://www.drupal.org/node/2442603
Steps to reproduce
Run tests on 10.2.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork new_relic_rpm-3478995
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
csmdgl commentedComment #4
csmdgl commentedComment #5
heddnWe have automated tests on a project and this fixes the issue.
Comment #7
steven jones commentedLGTM.
Comment #9
steven jones commentedThanks for the bug report and the fix, and testing.