CI: Add Fedora 42

This commit is contained in:
Jonas Kvinge 2024-11-14 18:32:42 +01:00
parent 19e6ebe9c4
commit 0cccc30c98
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ jobs:
strategy:
fail-fast: false
matrix:
fedora_version: [ '39', '40', '41' ]
fedora_version: [ '39', '40', '41', '42' ]
container:
image: fedora:${{matrix.fedora_version}}
steps: