From 725ebddf1c59983db6eca86df87420df60811a46 Mon Sep 17 00:00:00 2001 From: John Wass Date: Tue, 7 Nov 2023 09:46:51 -0500 Subject: [PATCH] update fc builds --- .github/rpm-matrix.json | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/rpm-matrix.json b/.github/rpm-matrix.json index 604efadde..953e00f31 100644 --- a/.github/rpm-matrix.json +++ b/.github/rpm-matrix.json @@ -2,19 +2,27 @@ "props": [ { "platform": "fedora", - "dist": "fc38", + "dist": "fc40", "spec": "fapolicy-analyzer.spec", - "image": "registry.fedoraproject.org/fedora:38", - "chroot": "fedora-38-x86_64", - "version": "38" + "image": "registry.fedoraproject.org/fedora:40", + "chroot": "fedora-40-x86_64", + "version": "40" + }, + { + "platform": "fedora", + "dist": "fc39", + "spec": "fapolicy-analyzer.spec", + "image": "registry.fedoraproject.org/fedora:39", + "chroot": "fedora-39-x86_64", + "version": "39" }, { "platform": "fedora", - "dist": "fc37", + "dist": "fc38", "spec": "fapolicy-analyzer.spec", - "image": "registry.fedoraproject.org/fedora:37", - "chroot": "fedora-37-x86_64", - "version": "37" + "image": "registry.fedoraproject.org/fedora:38", + "chroot": "fedora-38-x86_64", + "version": "38" }, { "platform": "rhel",