From 083dc22c60d4eb81b6141a34a2fc0d77f03577cd Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Wed, 27 Jan 2021 17:33:59 +1100 Subject: [PATCH] supported version: +mariadb-10.5, eol mysql-5.6, mariadb-10.[01] Add mariadb-10.5 as a supported version. Remove MySQL/MariaDB eol versions from their origin of support. --- .travis.yml | 8 ++------ README.md | 8 ++++---- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1cd723a96..6f8d96794 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,14 +21,10 @@ matrix: name: "MariaDB 10.2/Perl 5.24" perl: "5.24" - addons: - mariadb: "10.3" - name: "MariaDB 10.3/Perl 5.24" + mariadb: "10.5" + name: "MariaDB 10.5/Perl 5.24" perl: "5.24" # - addons: -# mariadb: "10.4" -# name: "MariaDB 10.4/Perl 5.24" -# perl: "5.24" -# - addons: # mysql: "5.5" # name: "MySQL 5.5/Perl 5.24" # perl: "5.24" diff --git a/README.md b/README.md index a8517bbd9..04a8d8848 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@ Compatibility Test result are available here: [Travis CI/MySQLTuner-perl](https://travis-ci.org/major/MySQLTuner-perl) * MySQL 8 (partial support, password checks don't work) * MySQL 5.7 (full support) -* MySQL 5.6 (full support) +* MySQL 5.6 (full support, no more MySQL support) * MySQL 5.5 (full support, no more MySQL support) -* MariaDB 10.5 (partial support) +* MariaDB 10.5 (full support) * MariaDB 10.4 (full support) * MariaDB 10.3 (full support) * MariaDB 10.2 (full support) -* MariaDB 10.1 (full support) -* MariaDB 10.0 (full support, 6 last month support) +* MariaDB 10.1 (full support, no more MySQL support) +* MariaDB 10.0 (full support, no more MySQL support) * MariaDB 5.5 (full support, no more MariaDB support) * Percona Server 8.0 (partial support, password checks don't work) * Percona Server 5.7 (full support)