mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 19:50:31 -07:00
Tests: mysql 8.0.21 -> 8.022
This commit is contained in:
parent
81b3670e11
commit
4e4e61565f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ansible-test-plugins.yml
vendored
4
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
mysql:
|
mysql:
|
||||||
- 5.7.31
|
- 5.7.31
|
||||||
- 8.0.21
|
- 8.0.22
|
||||||
ansible:
|
ansible:
|
||||||
- stable-2.9
|
- stable-2.9
|
||||||
- stable-2.10
|
- stable-2.10
|
||||||
|
@ -67,7 +67,7 @@ jobs:
|
||||||
- pymysql==0.9.3
|
- pymysql==0.9.3
|
||||||
- mysqlclient==2.0.1
|
- mysqlclient==2.0.1
|
||||||
exclude:
|
exclude:
|
||||||
- mysql: 8.0.21
|
- mysql: 8.0.22
|
||||||
connector: pymysql==0.7.10
|
connector: pymysql==0.7.10
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue