Add recent operating system versions to supported versions
... to enable unit tests with these versions. Change-Id: I8864f8b8b1152199e563d23420b7b5bbcb8a7077
This commit is contained in:
parent
6ee452ae01
commit
b8ff67bdb0
@ -17,7 +17,9 @@
|
||||
{
|
||||
"operatingsystem": "Debian",
|
||||
"operatingsystemrelease": [
|
||||
"9"
|
||||
"9",
|
||||
"10",
|
||||
"11"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -41,7 +43,8 @@
|
||||
"operatingsystemrelease": [
|
||||
"18.04",
|
||||
"22.04",
|
||||
"20.04"
|
||||
"20.04",
|
||||
"22.04"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user