Skip to content

Commit

Permalink
removing versions of mariadb that are no longer supported, adding in …
Browse files Browse the repository at this point in the history
…10.6
  • Loading branch information
garethgreenaway authored and s0undt3ch committed Sep 11, 2022
1 parent 81502c2 commit 998cb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/support/pytest/mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_test_versions():
)
)
name = "mariadb"
for version in ("10.1", "10.2", "10.3", "10.4", "10.5"):
for version in ("10.3", "10.4", "10.5", "10.6"):
test_versions.append(
MySQLImage(
name=name,
Expand Down

0 comments on commit 998cb0f

Please sign in to comment.