From 7fa4e2bcec97a6114c69dd5cf5df22759caf67af Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sat, 24 Feb 2024 21:47:36 +0100 Subject: [PATCH] ci: add test for debian 12 --- .github/workflows/integration-test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 58585a3..0712bd8 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -36,6 +36,9 @@ jobs: - name: "Debian 11, Py 3.9" distro_image: "debian:11" extra_flags: "" + - name: "Debian 12, Py 3.11" + distro_image: "debian:12" + extra_flags: "" - name: "Ubuntu 20.04, Py 3.8" distro_image: "ubuntu:20.04" extra_flags: ""