From 87c20c970f62c11a1970cbfd20b4248e7e6b5dff Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Fri, 4 Jun 2021 13:23:40 -0400 Subject: [cirrus] Update Fedora testing for F34 Updates the testing matrix for F34, dropping F32. Resolves: #2574 Signed-off-by: Jake Hunsaker --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 1728ca67..e2318dd5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,8 +3,8 @@ # Main environment vars to set for all tasks env: - FEDORA_VER: "33" - FEDORA_PRIOR_VER: "32" + FEDORA_VER: "34" + FEDORA_PRIOR_VER: "33" FEDORA_NAME: "fedora-${FEDORA_VER}" FEDORA_PRIOR_NAME: "fedora-${FEDORA_PRIOR_VER}" -- cgit