From b79b587cd2da56e88f4488412d1cec6ec7fc260c Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 1 Jan 2024 14:33:50 +0000 Subject: [PATCH] Add Fedora Rawhide. --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fc4a952..a3f8885e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,13 +36,14 @@ jobs: - run: make - run: make check - centos: + containers: runs-on: ubuntu-latest strategy: matrix: image: ["quay.io/centos/centos:stream8", "quay.io/centos/centos:stream9", - "fedora:latest"] + "fedora:latest", + "fedora:rawhide"] container: image: ${{ matrix.image }} steps: