add bullseye testing support

This commit is contained in:
Kay0u 2022-01-20 19:08:12 +01:00
parent 9ed62db0c0
commit 655f98f586
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
2 changed files with 2 additions and 1 deletions

View file

@ -16,7 +16,7 @@ done
for debian_version in "bullseye"
do
for ynh_version in "unstable"
for ynh_version in "testing" "unstable"
do
for snapshot in "before-install" "after-install"
do

View file

@ -37,5 +37,6 @@ done
for debian_version in "bullseye"
do
rebuild_base_containers $debian_version "testing" "amd64"
rebuild_base_containers $debian_version "unstable" "amd64"
done