Add exclusions

This commit is contained in:
Andrew Klychkov 2022-03-14 11:16:07 +01:00
commit a3f9ce281b

View file

@ -72,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