Add Debian 11: Bulleyes to support systems check (#3066)

This commit is contained in:
Franck Nijhof 2021-08-23 11:07:15 +02:00 committed by GitHub
parent 49fbdedf6b
commit 8894984c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from ...coresys import CoreSys
from ..const import UnsupportedReason
from .base import EvaluateBase
SUPPORTED_OS = ["Debian GNU/Linux 10 (buster)"]
SUPPORTED_OS = ["Debian GNU/Linux 10 (buster)", "Debian GNU/Linux 11 (bullseye)"]
def setup(coresys: CoreSys) -> EvaluateBase: