mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-24 11:21:26 -07:00
Activate Mysql 8 and Mariadb into GitHub Action Workflow
This commit is contained in:
parent
ce8d166259
commit
f6e7b36d7c
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ansible-test-plugins.yml
vendored
8
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -42,9 +42,9 @@ jobs:
|
|||
matrix:
|
||||
db_engine_version:
|
||||
- mysql:5.7.40
|
||||
# - mysql:8.0.31
|
||||
- mysql:8.0.31
|
||||
# - mariadb:10.4.24
|
||||
# - mariadb:10.5.18
|
||||
- mariadb:10.5.18
|
||||
# - mariadb:10.6.11
|
||||
# - mariadb:10.7.7
|
||||
# - mariadb:10.8.3
|
||||
|
@ -58,9 +58,9 @@ jobs:
|
|||
- 3.9
|
||||
# - 3.10
|
||||
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