Skip to content

Commit 7fa4e2b

Browse files
committed
ci: add test for debian 12
1 parent 2faf0d3 commit 7fa4e2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: "Debian 11, Py 3.9"
3737
distro_image: "debian:11"
3838
extra_flags: ""
39+
- name: "Debian 12, Py 3.11"
40+
distro_image: "debian:12"
41+
extra_flags: ""
3942
- name: "Ubuntu 20.04, Py 3.8"
4043
distro_image: "ubuntu:20.04"
4144
extra_flags: ""

0 commit comments

Comments
 (0)