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