From bc7f48cd3d8eaa973a6a0dade10cea9b44e6f160 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Wed, 1 Mar 2023 16:20:43 +0100 Subject: [PATCH] Add Debian 12 and MariaDB 11.0 --- .github/workflows/test_cluster.yml | 8 +------- .github/workflows/test_cluster_mdbf.yml | 1 + .github/workflows/test_default.yml | 1 + .github/workflows/test_mdbf.yml | 1 + 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test_cluster.yml b/.github/workflows/test_cluster.yml index 643ad5b..899a42a 100644 --- a/.github/workflows/test_cluster.yml +++ b/.github/workflows/test_cluster.yml @@ -33,18 +33,12 @@ jobs: fail-fast: false matrix: distro: - # - ubuntu-18.04 - # - ubuntu-20.04 - ubuntu-22.04 - # - debian-10 - debian-11 - # - debian-sid - # - fedora-36 + - debian-12 - fedora-37 - # - almalinux-8 - almalinux-9 - rockylinux-8 - # - rockylinux-9 steps: - uses: actions/checkout@v3 - name: Install requirements diff --git a/.github/workflows/test_cluster_mdbf.yml b/.github/workflows/test_cluster_mdbf.yml index 85216fb..d903f68 100644 --- a/.github/workflows/test_cluster_mdbf.yml +++ b/.github/workflows/test_cluster_mdbf.yml @@ -45,6 +45,7 @@ jobs: - "10.9" - "10.10" - "10.11" + - "11.0" steps: - uses: actions/checkout@v3 - name: Install requirements diff --git a/.github/workflows/test_default.yml b/.github/workflows/test_default.yml index a95548e..f5a9370 100644 --- a/.github/workflows/test_default.yml +++ b/.github/workflows/test_default.yml @@ -38,6 +38,7 @@ jobs: - ubuntu-22.04 - debian-10 - debian-11 + - debian-12 - debian-sid - fedora-36 - fedora-37 diff --git a/.github/workflows/test_mdbf.yml b/.github/workflows/test_mdbf.yml index b77863e..a5c1140 100644 --- a/.github/workflows/test_mdbf.yml +++ b/.github/workflows/test_mdbf.yml @@ -55,6 +55,7 @@ jobs: - "10.9" - "10.10" - "10.11" + - "11.0" exclude: - distro: ubuntu-18.04 mariadb-version: 10.3