Skip to content

Commit

Permalink
Sync bitbucket and GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
carchi8py committed Oct 31, 2024
1 parent 42ee7c2 commit 64446dc
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.9
- stable-2.10
- stable-2.11
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- stable-2.18
- devel

steps:
Expand All @@ -31,8 +26,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
# Ansible 2.14 requires 3.9 as a minimum
python-version: 3.9
# Ansible 2.17 requires 3.11 as a minimum
python-version: 3.11

- name: Install ansible (${{ 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 64446dc

Please sign in to comment.