Skip to content

Commit 10ba571

Browse files
committed
ci: add test for ubuntu 24.04
1 parent 7fa4e2b commit 10ba571

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
@@ -45,6 +45,9 @@ jobs:
4545
- name: "Ubuntu 22.04 Py 3.10"
4646
distro_image: "ubuntu:22.04"
4747
extra_flags: ""
48+
- name: "Ubuntu 24.04 Py 3.12"
49+
distro_image: "ubuntu:24.04"
50+
extra_flags: ""
4851
- name: "Ubuntu 22.04, Py 3.10, from main"
4952
distro_image: "ubuntu:22.04"
5053
extra_flags: --upgrade-from=main

0 commit comments

Comments
 (0)