Skip to content

Commit

Permalink
Add Fedora Rawhide.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Jan 1, 2024
1 parent 3acc7a0 commit b79b587
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b79b587

Please sign in to comment.