Problem/Motivation
Before the release of Drupal 11.4, this module was configured to be tested against the previous minor (which was a D 10 version then). Now with the release of Drupal 11.4, the previous minor is 11.3.x, which is not compatible with this module.
Steps to reproduce
See CI log output: https://git.drupalcode.org/project/view_mode_switch/-/jobs/11556721
Proposed resolution
Opt out of testing for previous minor
Remaining tasks
Create issue fork and MR to fix this issue
User interface changes
n/a
API changes
n/a
Data model changes
n/a
Issue fork view_mode_switch-3617879
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 #4
hctomThis is fixed now in 2.x
Comment #6
hctom