Skip to content

Commit 02c3d75

Browse files
authored
Merge pull request #967 from consideRatio/pr/ci-add-tests
ci: add tests for debian 12 and ubuntu 24.04
2 parents 2faf0d3 + 10ba571 commit 02c3d75

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration-test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,18 @@ 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: ""
4245
- name: "Ubuntu 22.04 Py 3.10"
4346
distro_image: "ubuntu:22.04"
4447
extra_flags: ""
48+
- name: "Ubuntu 24.04 Py 3.12"
49+
distro_image: "ubuntu:24.04"
50+
extra_flags: ""
4551
- name: "Ubuntu 22.04, Py 3.10, from main"
4652
distro_image: "ubuntu:22.04"
4753
extra_flags: --upgrade-from=main

0 commit comments

Comments
 (0)