Skip to content

Commit

Permalink
ci maintenance (#119)
Browse files Browse the repository at this point in the history
* incr python version to 3.9 for testing

* add changelog fragment

* rm

* change versions
  • Loading branch information
markuman committed Oct 18, 2022
1 parent d3f9732 commit beca67f
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions .github/workflows/ansible-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
strategy:
matrix:
ansible:
- stable-2.11
- stable-2.12
- stable-2.13
- stable-2.14
- devel
steps:

Expand All @@ -38,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
Expand All @@ -56,19 +56,31 @@ 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.8"
- 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.8"
- python: "3.9"
ansible: "stable-2.13"
proxysql: 2.3.2
- python: "3.9"
ansible: "stable-2.14"
proxysql: 2.3.2

steps:

Expand All @@ -80,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
Expand Down

0 comments on commit beca67f

Please sign in to comment.