From 11e625b81d8da9fc2422dccf6b477a921bf28895 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Wed, 3 Aug 2022 14:29:56 +0200 Subject: [PATCH] Add python 3.9 to integrations tests --- .github/workflows/ansible-test-plugins.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 3be50d2..d7f26aa 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -81,6 +81,7 @@ jobs: python: - 3.6 - 3.8 + - 3.9 connector: - pymysql==0.7.10 - pymysql==0.9.3 @@ -92,12 +93,20 @@ jobs: connector: pymysql==0.7.10 - python: 3.8 ansible: stable-2.11 + - python: 3.9 + ansible: stable-2.11 - python: 3.6 ansible: stable-2.12 + - python: 3.9 + ansible: stable-2.12 - python: 3.6 ansible: stable-2.13 + - python: 3.8 + ansible: stable-2.13 - python: 3.6 ansible: devel + - python: 3.8 + ansible: devel steps: @@ -109,7 +118,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: ${{ matrix.python }} - name: Install ansible-base (${{ matrix.ansible }}) run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check