From 41e995a5eb0cf9bc576215ff80e86e4f92ab50a6 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Fri, 10 Jul 2026 09:57:43 +0200 Subject: [PATCH] GHA: drop unsupported MariaDB versions from the job matrix In our installation docs states the least supported MariaDB version is 10.5.0, so dropping 10.2, 10.3, and 10.4 from the job matrix. --- .github/workflows/tests_with_database.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests_with_database.yml b/.github/workflows/tests_with_database.yml index 61fc04bd..994b6d4e 100644 --- a/.github/workflows/tests_with_database.yml +++ b/.github/workflows/tests_with_database.yml @@ -18,9 +18,6 @@ jobs: - mysql:8.0 - mysql:8 - mysql:latest - - mariadb:10.2 - - mariadb:10.3 - - mariadb:10.4 - mariadb:10.5 - mariadb:10.6 - mariadb:10