From 10ba571bded6b185962364ae3eca6907c1b5bcb2 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sun, 25 Feb 2024 15:42:07 +0100 Subject: [PATCH] ci: add test for ubuntu 24.04 --- .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 0712bd8..6e63a6f 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -45,6 +45,9 @@ jobs: - name: "Ubuntu 22.04 Py 3.10" distro_image: "ubuntu:22.04" extra_flags: "" + - name: "Ubuntu 24.04 Py 3.12" + distro_image: "ubuntu:24.04" + extra_flags: "" - name: "Ubuntu 22.04, Py 3.10, from main" distro_image: "ubuntu:22.04" extra_flags: --upgrade-from=main