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