mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
MariaDB 10.6 was never tested. Removing for the time being.
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
8948493f07
commit
836cd87e08
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def get_test_versions():
|
|||
)
|
||||
)
|
||||
name = "mariadb"
|
||||
for version in ("10.3", "10.4", "10.5", "10.6"):
|
||||
for version in ("10.3", "10.4", "10.5"):
|
||||
test_versions.append(
|
||||
MySQLImage(
|
||||
name=name,
|
||||
|
|
Loading…
Add table
Reference in a new issue