From 50392879c7265c437f3983370c1684500c8a8ac0 Mon Sep 17 00:00:00 2001 From: Jorge-Rodriguez Date: Thu, 29 Apr 2021 14:05:56 +0300 Subject: [PATCH] Add python 3.8 testing --- .github/workflows/ansible-test-plugins.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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