mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 13:14:26 -07:00
Configure mariadb supported versions in matrix
As discussed in https://github.com/ansible-collections/community.mysql/discussions/141#discussioncomment-643657
This commit is contained in:
parent
490d045e4f
commit
67a18e56e5
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ansible-test-plugins.yml
vendored
5
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -58,7 +58,8 @@ jobs:
|
||||||
db_engine_version:
|
db_engine_version:
|
||||||
- mysql_5.7.31
|
- mysql_5.7.31
|
||||||
- mysql_8.0.22
|
- mysql_8.0.22
|
||||||
- mariadb_10.5.4
|
- mariadb_10.2.37
|
||||||
|
- mariadb_10.5.9
|
||||||
ansible:
|
ansible:
|
||||||
- stable-2.9
|
- stable-2.9
|
||||||
- stable-2.10
|
- stable-2.10
|
||||||
|
@ -75,7 +76,7 @@ jobs:
|
||||||
exclude:
|
exclude:
|
||||||
- db_engine_version: mysql_8.0.22
|
- db_engine_version: mysql_8.0.22
|
||||||
connector: pymysql==0.7.10
|
connector: pymysql==0.7.10
|
||||||
- db_engine_version: mariadb_10.5.4
|
- db_engine_version: mariadb_10.5.9
|
||||||
connector: pymysql==0.7.10
|
connector: pymysql==0.7.10
|
||||||
- python: 3.8
|
- python: 3.8
|
||||||
ansible: stable-2.9
|
ansible: stable-2.9
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue