From 60d9c3268a73a026256bf642c6c335229a0f998a Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Wed, 29 Mar 2023 17:10:50 +0200 Subject: [PATCH] Cut tests for MariaDB 10.5 and 10.6 that never worked with stable-1 --- .github/workflows/ansible-test-plugins.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index b961550..3e57cb9 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -52,8 +52,8 @@ jobs: - 5.7.40 - 8.0.31 - 10.4.27 - - 10.5.18 - - 10.6.11 + # - 10.5.18 + # - 10.6.11 python: - '3.8' - '3.9'