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 f2ccf65 commit c51ebbdCopy full SHA for c51ebbd
.github/workflows/publish-rpm.yml
@@ -15,7 +15,7 @@ jobs:
15
if: github.repository_owner == 'drhelius'
16
strategy:
17
matrix:
18
- fedora_version: ['42', '41', '40']
+ fedora_version: ['43', '42', '41']
19
steps:
20
- name: Get release version
21
run: |
0 commit comments