From 81408bb8536ef9fd9a48457d351689c6a1c1ee31 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 30 Apr 2021 22:07:41 +0200 Subject: [PATCH] Add Fedora 34 and remove Fedora 32 from devel tests. (#223) --- .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 d8f4530f..167aa2f0 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -103,10 +103,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