diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 933aa4465..9500bf535 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,7 @@ jobs: strategy: fail-fast: false matrix: - name: ["Debian 13/trixie", "Debian 12/bookworm", "Debian 11/bullseye", "Ubuntu 24.04", "Ubuntu 22.04", "Ubuntu 20.04"] + name: ["Debian 13/trixie", "Debian 12/bookworm", "Debian 11/bullseye", "Ubuntu 26.04", "Ubuntu 24.04", "Ubuntu 22.04", "Ubuntu 20.04"] arch: ["amd64", "i386" , "arm64" , "armhf"] include: - name: "Debian 13/trixie" @@ -167,6 +167,9 @@ jobs: - name: "Debian 11/bullseye" suite: bullseye image: debian:bullseye-slim + - name: "Ubuntu 26.04" + suite: stonking + image: ubuntu:26.04 - name: "Ubuntu 24.04" suite: noble image: ubuntu:24.04