feat: support Debian 12 Bookworm
This commit is contained in:
parent
48ba7b7c7b
commit
fe96366eba
3
.github/workflows/ubuntu.yml
vendored
3
.github/workflows/ubuntu.yml
vendored
@ -113,7 +113,8 @@ jobs:
|
||||
{ distro: Debian, release: 8 },
|
||||
{ distro: Debian, release: 9 },
|
||||
{ distro: Debian, release: 10 },
|
||||
{ distro: Debian, release: 11 }
|
||||
{ distro: Debian, release: 11 },
|
||||
{ distro: Debian, release: 12 }
|
||||
]
|
||||
|
||||
steps:
|
||||
|
@ -24,6 +24,7 @@ func init() {
|
||||
Stretch,
|
||||
Buster,
|
||||
Bullseye,
|
||||
Bookworm,
|
||||
}
|
||||
|
||||
for _, release := range releases {
|
||||
|
Loading…
Reference in New Issue
Block a user