From eb5f51182bcb908b13397faa7dca2c1712805458 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 8 Dec 2020 16:55:18 -0600 Subject: [PATCH] Drop CentOS 6 testing. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba82cd3..c27f15f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,12 +46,12 @@ jobs: playbook: converge.yml - distro: centos7 playbook: converge.yml - - distro: centos6 - playbook: playbook-source-install.yml - distro: ubuntu1804 playbook: converge.yml - distro: debian10 playbook: converge.yml + - distro: centos7 + playbook: playbook-source-install.yml steps: - name: Check out the codebase.