From 34470fd92bf6c2400ab580e309d42c109c0e6a52 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Mon, 13 Jun 2022 09:12:26 +0200 Subject: [PATCH] Update CI matrix --- .github/workflows/ansible-test-plugins.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index c6363b1..88854ea 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -39,7 +39,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Install ansible-base (${{ matrix.ansible }}) run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check @@ -66,7 +66,7 @@ jobs: - devel python: - 3.6 - - 3.8 + - 3.9 connector: - pymysql==0.7.10 - pymysql==0.9.3 @@ -76,7 +76,7 @@ jobs: connector: pymysql==0.7.10 - db_engine_version: mariadb_10.5.9 connector: pymysql==0.7.10 - - python: 3.8 + - python: 3.6 ansible: stable-2.11 - python: 3.6 ansible: stable-2.12 @@ -95,7 +95,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Install ansible-base (${{ matrix.ansible }}) run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check @@ -150,7 +150,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Install ansible-base (${{matrix.ansible}}) run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check