Skip to content

Commit

Permalink
supported version: +mariadb-10.5, eol mysql-5.6, mariadb-10.[01]
Browse files Browse the repository at this point in the history
Add mariadb-10.5 as a supported version.

Remove MySQL/MariaDB eol versions from their origin of support.
  • Loading branch information
grooverdan committed Jan 27, 2021
1 parent 9a9ff55 commit 083dc22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 083dc22

Please sign in to comment.