Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewiebe committed Apr 16, 2024
1 parent 66857f7 commit 5a43e99
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# ansible: [2.10.17, 2.11.12, 2.12.10, 2.13.13, 2.14.15, 2.16.5]
ansible: [2.14.15, 2.16.5]
ansible: [2.14.15, 2.15.10, 2.16.5]
python: ['3.10']
steps:
- name: Set up Python 3.10.14
Expand All @@ -64,14 +63,6 @@ jobs:
run: |
pip install --upgrade pip
- name: Install iac-validate
run: |
pip install iac-validate
- name: Install iac-test
run: |
pip install iac-test
- name: Install ansible-base (v${{ matrix.ansible }})
run: pip install https://github.com/ansible/ansible/archive/v${{ matrix.ansible }}.tar.gz --disable-pip-version-check

Expand Down

0 comments on commit 5a43e99

Please sign in to comment.