We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71895b commit ee8d3e5Copy full SHA for ee8d3e5
.github/workflows/fedora.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- fedora-version: [37, rawhide]
+ fedora-version: [38, 39, rawhide]
13
container:
14
image: "fedora:${{matrix.fedora-version}}"
15
# These options are required to be able to run lldb inside the container
0 commit comments