From c127b395f4e5aae346bc7614de8287667801b356 Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Tue, 3 Jan 2023 10:10:43 +0100 Subject: [PATCH] ci maintenance (#119) (#127) * incr python version to 3.9 for testing * add changelog fragment * rm * change versions --- .github/workflows/ansible-test-plugins.yml | 32 ++++++++++++++++++---- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 4367777..a5cc02e 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -24,8 +24,9 @@ jobs: strategy: matrix: ansible: - - stable-2.11 - stable-2.12 + - stable-2.13 + - stable-2.14 - devel steps: @@ -37,7 +38,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 @@ -55,11 +56,32 @@ jobs: proxysql: - 2.3.2 ansible: - - stable-2.11 - stable-2.12 + - stable-2.13 + - stable-2.14 - devel python: - - 3.6 + - 3.9 + include: + - python: "3.9" + ansible: "stable-2.12" + proxysql: 2.4.4 + - python: "3.9" + ansible: "stable-2.13" + proxysql: 2.4.4 + - python: "3.9" + ansible: "stable-2.14" + proxysql: 2.4.4 + - python: "3.9" + ansible: "stable-2.12" + proxysql: 2.3.2 + - python: "3.9" + ansible: "stable-2.13" + proxysql: 2.3.2 + - python: "3.9" + ansible: "stable-2.14" + proxysql: 2.3.2 + steps: - name: Check out code @@ -70,7 +92,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