mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
The 5.5 version of the percona container is no longer available
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
e348a49ed5
commit
8702d275ed
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ def get_test_versions():
|
|||
)
|
||||
)
|
||||
name = "percona"
|
||||
for version in ("5.5", "5.6", "5.7", "8.0"):
|
||||
for version in ("5.6", "5.7", "8.0"):
|
||||
test_versions.append(
|
||||
MySQLImage(
|
||||
name=name,
|
||||
|
|
Loading…
Add table
Reference in a new issue