ci: Test all supported Fedora versions and rawhide

This commit is contained in:
Richard Hansen 2024-05-19 18:20:15 -04:00
parent b32619892f
commit c0ba4b7d91

View file

@ -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