mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-16 14:09:15 -07:00
Enable all tests
This commit is contained in:
parent
b6160f3a8c
commit
4f33b77b60
1 changed files with 9 additions and 9 deletions
18
.github/workflows/ansible-test-plugins.yml
vendored
18
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -43,24 +43,24 @@ jobs:
|
|||
db_engine_version:
|
||||
- mysql:5.7.40
|
||||
- mysql:8.0.31
|
||||
# - mariadb:10.4.24
|
||||
- mariadb:10.4.24
|
||||
- mariadb:10.5.18
|
||||
# - mariadb:10.6.11
|
||||
# - mariadb:10.7.7
|
||||
# - mariadb:10.8.3
|
||||
- mariadb:10.6.11
|
||||
- mariadb:10.7.7
|
||||
- mariadb:10.8.3
|
||||
ansible:
|
||||
# - stable-2.12
|
||||
# - stable-2.13
|
||||
- stable-2.12
|
||||
- stable-2.13
|
||||
- stable-2.14
|
||||
# - devel
|
||||
- devel
|
||||
python:
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
- "3.10" # Without quotes, this become 3.1 in run_all_test.py!
|
||||
connector:
|
||||
# - pymysql==0.7.10
|
||||
- pymysql==0.7.10
|
||||
- pymysql==0.9.3
|
||||
# - mysqlclient==2.0.1
|
||||
- mysqlclient==2.0.1
|
||||
exclude:
|
||||
- db_engine_version: mysql:8.0.22
|
||||
connector: pymysql==0.7.10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue