diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index da79c04..642e1e8 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -61,9 +61,10 @@ jobs: - stable-2.9 - stable-2.10 - stable-2.11 - #- devel + - devel python: - 3.6 + - 3.8 connector: - pymysql==0.7.10 - pymysql==0.9.3 @@ -71,6 +72,8 @@ jobs: exclude: - mysql: 8.0.22 connector: pymysql==0.7.10 + - ansible: devel + python: 3.6 steps: - name: Check out code