From cc91e77280635938c0d1cf74cf46152e9b08e18a Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 30 Apr 2021 22:07:44 +0200 Subject: [PATCH] Add Fedora 34 and remove Fedora 32 from devel tests. (#131) --- .azure-pipelines/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 2b9864c9..53b8228e 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -101,10 +101,10 @@ stages: test: centos7 - name: CentOS 8 test: centos8 - - name: Fedora 32 - test: fedora32 - name: Fedora 33 test: fedora33 + - name: Fedora 34 + test: fedora34 - name: openSUSE 15 py2 test: opensuse15py2 - name: openSUSE 15 py3