From 9890937bccdfc1192d2c3ff576a2b75f2f3e68df Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Wed, 20 Oct 2021 15:21:02 +0900 Subject: [PATCH] Remove centos8 environment for devel from CI - Fixes https://github.com/ansible-collections/overview/issues/45 Signed-off-by: Hideki Saito --- .azure-pipelines/azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index c9d5b08..25d7a37 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -53,8 +53,6 @@ stages: targets: - name: CentOS 7 test: centos7 - - name: CentOS 8 - test: centos8 - name: Fedora 33 test: fedora33 - name: Fedora 34