Merge "Use Debian 11.0 (Bullseye) for unit tests"

This commit is contained in:
Zuul 2021-10-02 12:05:24 +00:00 committed by Gerrit Code Review
commit baaf87e690
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module OSDefaults
{ 'operatingsystem' => 'Ubuntu',
'operatingsystemrelease' => [ '20.04' ] },
{ 'operatingsystem' => 'Debian',
'operatingsystemrelease' => [ '8' ] }
'operatingsystemrelease' => [ '11' ] }
]
end
end