From 59db2941f562fcf704bcfae920e8ef73fe0e3f8b Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Wed, 12 Feb 2025 12:30:33 +0200 Subject: [PATCH] CI: add more Fedora releases Add Fedora 41 and 42 to the list of build configurations. Signed-off-by: Dmitry Baryshkov --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5998fe..60ec5c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,8 @@ jobs: # Fails on configure on GCC and clang (process restrictions?) # - fedora:rawhide - fedora:latest + - fedora:42 + - fedora:41 - fedora:40 - fedora:39 - fedora:38