From e2c660f624d2dfef48b5fbd3e4ad9ea3beb6ff26 Mon Sep 17 00:00:00 2001 From: Christopher Obbard Date: Mon, 24 Jul 2023 08:48:21 +0100 Subject: [PATCH] ci: Add debian trixie to the test matrix Signed-off-by: Christopher Obbard --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23380ee..d1c4c2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: # See https://github.com/actions/runner-images/issues/183 # # For Arch Linux uml is not yet supported, so only test under qemu there. - os: [bullseye, bookworm] + os: [bullseye, bookworm, trixie] backend: [qemu, uml] include: - os: arch