Skip to content

Commit

Permalink
ci: add Fedora 39 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Oct 6, 2023
1 parent a8e5347 commit 496d110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
fail-fast: false
matrix:
rust: [ stable, nightly ]
fedora: [ 37, 38, rawhide ]
fedora: [ 37, 38, 39, rawhide ]
include:
- rust: nightly
fedora: 38
fedora: 39
coverage: true

runs-on: ubuntu-latest
Expand Down

0 comments on commit 496d110

Please sign in to comment.