From 83c56232f10fa416793655f5560d13dffe3bf856 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Wed, 20 Nov 2024 13:15:37 -0500 Subject: [PATCH 1/2] workflows: update test matrix to use fedora 41 Fedora 41 has been out for some weeks now. Update the test matrix to remove Fedora 39 and use fedora 41. Signed-off-by: John Mulligan --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03669a7a..1c132eac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,12 +28,12 @@ jobs: strategy: fail-fast: false matrix: - test_distro: ["fedora-40", "fedora-39", "centos-stream9"] + test_distro: ["fedora-40", "fedora-41", "centos-stream9"] include: - test_distro: "fedora-40" base_image: "registry.fedoraproject.org/fedora:40" - - test_distro: "fedora-39" - base_image: "registry.fedoraproject.org/fedora:39" + - test_distro: "fedora-41" + base_image: "registry.fedoraproject.org/fedora:41" - test_distro: "centos-stream9" base_image: "quay.io/centos/centos:stream9" steps: From 82b7249d336a3071f54a407c6577ad22fed64fc0 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Wed, 20 Nov 2024 13:17:17 -0500 Subject: [PATCH 2/2] github: update mergify rules to use fedora 41, not 39 Signed-off-by: John Mulligan --- .github/mergify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index aacb0747..c11bb07d 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -7,7 +7,7 @@ queue_rules: - name: default conditions: - check-success=check-commits - - check-success=test (fedora-39) + - check-success=test (fedora-41) - check-success=test (fedora-40) - check-success=test (centos-stream9) - check-success=dpulls @@ -28,7 +28,7 @@ pull_request_rules: - name: Automatic merge on approval conditions: - check-success=check-commits - - check-success=test (fedora-39) + - check-success=test (fedora-41) - check-success=test (fedora-40) - check-success=test (centos-stream9) - check-success=dpulls