From 58744acb84bf165a027a78be76b857ae7449eab4 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 15 Oct 2021 14:04:00 -0700 Subject: [PATCH] Remove centos8 from CI matrix. --- .azure-pipelines/azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index d6cb73190f8..094cf27aa29 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -117,8 +117,6 @@ stages: test: alpine3 - name: CentOS 7 test: centos7 - - name: CentOS 8 - test: centos8 - name: Fedora 33 test: fedora33 - name: Fedora 34 @@ -189,8 +187,6 @@ stages: targets: - name: CentOS 7 test: centos7 - - name: CentOS 8 - test: centos8 - name: Fedora 33 test: fedora33 - name: Fedora 34