summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/dist-upgrades.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dist-upgrades.sh b/tests/dist-upgrades.sh
index dec3dad..121f87e 100755
--- a/tests/dist-upgrades.sh
+++ b/tests/dist-upgrades.sh
@@ -44,7 +44,7 @@ ssh-keygen -f "$SSH_KEYPATH" -N ''
debvm-create --sshkey="$SSH_KEYPATH.pub" -r jessie --size=3G -- --customize-hook="copy-in upgrade /usr/local/bin" http://archive.debian.org/debian
SSH_PORT=2222
-for RELEASE in stretch buster bullseye bookworm sid; do
+for RELEASE in stretch buster bullseye bookworm trixie sid; do
timeout 15m debvm-run -s "$SSH_PORT" &
set -- localhost
test "$RELEASE" = stretch && set -- -o PubkeyAcceptedKeyTypes=+ssh-rsa "$@"