From c0ba4b7d91a6a3953ef3b8f060810112e487ff42 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sun, 19 May 2024 18:20:15 -0400 Subject: [PATCH] ci: Test all supported Fedora versions and rawhide --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e9b8dd..5c21841 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,8 +48,15 @@ jobs: run: ./.github/workflows/scripts/dist-tarball-check test-fedora: + strategy: + matrix: + image: + - fedora:39 + - fedora:latest + - fedora:rawhide runs-on: ubuntu-latest - container: fedora + container: + image: ${{ matrix.image }} steps: - uses: actions/checkout@v2 - name: install dependencies