Skip to content

Commit

Permalink
Merge pull request #98 from cloudscale-ch/fix/tests-py311
Browse files Browse the repository at this point in the history
Fix sanity tests, ansible-core >= py311
  • Loading branch information
href authored Jun 27, 2024
2 parents 5dade10 + 2ab2f1f commit b118c8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
ansible:
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
runs-on: ubuntu-22.04
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'

- 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 b118c8c

Please sign in to comment.