mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-11 01:30:18 +01:00
ci: Drop testing on Debian stretch (9)
This version is EOL since last year and various failures happen. Fixes: #228
This commit is contained in:
parent
638e76cf64
commit
2e3e4a29b5
1 changed files with 0 additions and 13 deletions
13
.github/workflows/ansible-debian-check.yml
vendored
13
.github/workflows/ansible-debian-check.yml
vendored
|
@ -28,16 +28,3 @@ jobs:
|
|||
group: local
|
||||
hosts: localhost
|
||||
targets: "tests/tests_*.yml"
|
||||
|
||||
debian-stretch:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout PR
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: ansible check with debian stretch (9)
|
||||
uses: roles-ansible/check-ansible-debian-stretch-action@master
|
||||
with:
|
||||
group: local
|
||||
hosts: localhost
|
||||
targets: "tests/tests_*.yml"
|
||||
|
|
Loading…
Reference in a new issue