Commit ad5ddf6d authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

Issue #3253729 by Gábor Hojtsy: Drupal 9.1 does not receive security coverage anymore

parent 1d682073
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -570,7 +570,7 @@ class ProjectCollector {
      case 8:
        return '8.9';
      case 9:
        return '9.1';
        return '9.2';
    }
    return '';
  }