Skip to content

Commit 083dc22

Browse files
committed
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.
1 parent 9a9ff55 commit 083dc22

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,10 @@ matrix:
2121
name: "MariaDB 10.2/Perl 5.24"
2222
perl: "5.24"
2323
- addons:
24-
mariadb: "10.3"
25-
name: "MariaDB 10.3/Perl 5.24"
24+
mariadb: "10.5"
25+
name: "MariaDB 10.5/Perl 5.24"
2626
perl: "5.24"
2727
# - addons:
28-
# mariadb: "10.4"
29-
# name: "MariaDB 10.4/Perl 5.24"
30-
# perl: "5.24"
31-
# - addons:
3228
# mysql: "5.5"
3329
# name: "MySQL 5.5/Perl 5.24"
3430
# perl: "5.24"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ Compatibility
3636
Test result are available here: [Travis CI/MySQLTuner-perl](https://travis-ci.org/major/MySQLTuner-perl)
3737
* MySQL 8 (partial support, password checks don't work)
3838
* MySQL 5.7 (full support)
39-
* MySQL 5.6 (full support)
39+
* MySQL 5.6 (full support, no more MySQL support)
4040
* MySQL 5.5 (full support, no more MySQL support)
41-
* MariaDB 10.5 (partial support)
41+
* MariaDB 10.5 (full support)
4242
* MariaDB 10.4 (full support)
4343
* MariaDB 10.3 (full support)
4444
* MariaDB 10.2 (full support)
45-
* MariaDB 10.1 (full support)
46-
* MariaDB 10.0 (full support, 6 last month support)
45+
* MariaDB 10.1 (full support, no more MySQL support)
46+
* MariaDB 10.0 (full support, no more MySQL support)
4747
* MariaDB 5.5 (full support, no more MariaDB support)
4848
* Percona Server 8.0 (partial support, password checks don't work)
4949
* Percona Server 5.7 (full support)

0 commit comments

Comments
 (0)