Skip to content

Commit

Permalink
ci: Ansible 2.11.8 and 2.12.2 and ubuntu-latest (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
haidaraM authored Feb 12, 2022
1 parent a957ecd commit 554523c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ on:
jobs:
pytest:
name: Tests Py${{ matrix.python-version }} - Ansible ${{ matrix.ansible-version }}
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ 3.8, 3.9 ]
# See https://www.ansible.com/blog/ansible-3.0.0-qa and https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html
ansible-version: [ 2.11.6, 2.12.0 ]
ansible-version: [ 2.11.8, 2.12.2 ]

steps:
- name: Checkout code
Expand Down

0 comments on commit 554523c

Please sign in to comment.