Skip to content

Commit

Permalink
Update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 committed Jan 12, 2024
1 parent 4f4cc0d commit 5b7efa2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 339 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ansible-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- devel
#- stable-2.15
#- stable-2.16
#- devel
steps:

- name: Check out code
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10

- 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 @@ -53,9 +53,9 @@ jobs:
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- devel
#- stable-2.15
#- stable-2.16
#- devel

steps:
- name: Check out code
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10

- 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 Expand Up @@ -94,11 +94,11 @@ jobs:
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- devel
#- stable-2.15
#- stable-2.16
#- devel
python:
- 3.9
- 3.10
steps:

- name: Check out code
Expand All @@ -109,7 +109,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10

- 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
292 changes: 0 additions & 292 deletions .github/workflows/ansible-test.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/extra-docs-linting.yml

This file was deleted.

0 comments on commit 5b7efa2

Please sign in to comment.