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: