From eb573686e659d6a0def643da080bc4006ec5026a Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Wed, 15 May 2024 13:26:08 +0200 Subject: [PATCH] Add tests for rc/rolling --- .github/workflows/test_cluster_mdbf.yml | 2 ++ .github/workflows/test_mdbf.yml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/test_cluster_mdbf.yml b/.github/workflows/test_cluster_mdbf.yml index bd0ed39..51993e4 100644 --- a/.github/workflows/test_cluster_mdbf.yml +++ b/.github/workflows/test_cluster_mdbf.yml @@ -47,6 +47,8 @@ jobs: - "11.0" - "11.1" - "11.2" + - "11.rc" + - "11.rolling" exclude: - distro: debian-12 mariadb-version: 10.6 diff --git a/.github/workflows/test_mdbf.yml b/.github/workflows/test_mdbf.yml index c07ab82..7376148 100644 --- a/.github/workflows/test_mdbf.yml +++ b/.github/workflows/test_mdbf.yml @@ -55,6 +55,10 @@ jobs: - "11.0" - "11.1" - "11.2" + - "11.3" + - "11.4" + - "11.rc" + - "11.rolling" exclude: - distro: ubuntu-22.04 mariadb-version: 10.4