From b42e40d465c2bf95f08b1f2b6c5f5b2c9c91a7ea Mon Sep 17 00:00:00 2001 From: Matteo Corti Date: Thu, 20 Jul 2023 09:44:35 +0200 Subject: [PATCH] Updated the Debian versions for the tests --- .github/workflows/test.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d4d7349..a456d09 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,8 +49,9 @@ jobs: fail-fast: false matrix: distro: - - 'debian:9' - 'debian:10' + - 'debian:11' + - 'debian:12' - 'debian:testing' - 'ubuntu:16.04' - 'ubuntu:18.04' @@ -72,7 +73,11 @@ jobs: pre: >- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install autoconf automake gcc make bison pandoc flex pkg-config - - distro: 'debian:9' + - distro: 'debian:11' + pre: >- + apt-get update && + DEBIAN_FRONTEND=noninteractive apt-get -y install autoconf automake gcc make bison pandoc flex pkg-config + - distro: 'debian:12' pre: >- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install autoconf automake gcc make bison pandoc flex pkg-config