Remove test for Ansible 2.7

Ansible 2.7 is no longer maintained and ansible-lint requires >=2.8
This commit is contained in:
Matt Willsher 2020-09-18 21:35:10 +01:00 committed by GitHub
parent 5fe1801c7e
commit d84bc14fdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,17 +3,6 @@ name: Ansible Lint # feel free to pick your own name
on: [push, pull_request]
jobs:
test-ansible27:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master
with:
targets: "tests/test.yml"
override-deps: |
ansible==2.7
args: ""
test-ansible28:
runs-on: ubuntu-latest
steps: