mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-27 23:21:27 -07:00
[stable-1] Enable and fix integration tests for devel (#298)
* Enable and fix integration tests for devel * Add exclusions
This commit is contained in:
parent
f46b84e670
commit
96a255c00a
3 changed files with 14 additions and 2 deletions
13
.github/workflows/ansible-test-plugins.yml
vendored
13
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -61,7 +61,8 @@ jobs:
|
|||
- stable-2.9
|
||||
- stable-2.10
|
||||
- stable-2.11
|
||||
#- devel
|
||||
- stable-2.12
|
||||
- devel
|
||||
python:
|
||||
- 3.6
|
||||
connector:
|
||||
|
@ -71,6 +72,16 @@ jobs:
|
|||
exclude:
|
||||
- mysql: 8.0.22
|
||||
connector: pymysql==0.7.10
|
||||
- python: 3.8
|
||||
ansible: stable-2.9
|
||||
- python: 3.8
|
||||
ansible: stable-2.10
|
||||
- python: 3.8
|
||||
ansible: stable-2.11
|
||||
- python: 3.6
|
||||
ansible: stable-2.12
|
||||
- python: 3.6
|
||||
ansible: devel
|
||||
steps:
|
||||
|
||||
- name: Check out code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue