From 1affb3ade54a4f69a69b34da0df886f933e4a74b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 30 Jul 2025 06:53:00 +0200 Subject: [PATCH] CentOS 7 doesn't work in GHA. --- .github/workflows/ansible-test.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index de23ce47..2888e312 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -212,18 +212,6 @@ jobs: docker: fedora37 python: '' target: azp/6/ - - ansible: '2.15' - docker: centos7 - python: '' - target: azp/4/ - - ansible: '2.15' - docker: centos7 - python: '' - target: azp/5/ - - ansible: '2.15' - docker: centos7 - python: '' - target: azp/6/ steps: - name: Perform integration testing against Ansible version ${{ matrix.ansible }} under Python ${{ matrix.python }}