Add recent operating system versions to supported versions

... to enable unit tests with these versions.

Change-Id: I8864f8b8b1152199e563d23420b7b5bbcb8a7077
This commit is contained in:
Takashi Kajinami 2023-08-07 10:34:26 +09:00
parent 6ee452ae01
commit b8ff67bdb0
1 changed files with 5 additions and 2 deletions

View File

@ -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"
]
}
],